Authorization: Bearer ********************{
"orderId": "string",
"reason": "string"
}curl --location --request POST '/api/v1/cancel?_format=json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"reason": "string"
}'{
"error": false,
"message": {
"refundRequest": 1,
"refundStatus": 1
}
}