curl --location --request POST 'https://api.stateset.network/v1/order/return' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "",
"reason": "Incorrect item received"
}'
{
"success": 123
}This endpoint returns an order.
curl --location --request POST 'https://api.stateset.network/v1/order/return' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "",
"reason": "Incorrect item received"
}'
{
"success": 123
}curl --location --request POST 'https://api.stateset.network/v1/order/return' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "",
"reason": "Incorrect item received"
}'