3 lines
259 B
Plaintext
3 lines
259 B
Plaintext
curl -X POST "{{ADDRESS}}/api/v1/deal/create" \
|
|
-H "Content-Type: application/json" \
|
|
-d '{"at":"{{AT}}","type":"{{TYPE}}","seller":{"address": "{{SELLER}}"},"customer":{"address":"{{CUSTOMER}}"},"payment":{"sum":"{{SUM}}" {{UNTIL}} } {{FEETBACK}} }' |