curl --location --request POST 'https://api.stateset.network/v1/order/dispute' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "",
"reason": "Item not as described"
}'
{
"success": 123
}This endpoint initiates a dispute for an order.
curl --location --request POST 'https://api.stateset.network/v1/order/dispute' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "",
"reason": "Item not as described"
}'
{
"success": 123
}curl --location --request POST 'https://api.stateset.network/v1/order/dispute' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "",
"reason": "Item not as described"
}'