Authorization: Bearer ********************
{
"order_id": "2509091654451369739",
"reason": "Яаралтай ажил гарсан.",
"withVat": false
}
curl --location --request POST '/api/order/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "2509091654451369739",
"reason": "Яаралтай ажил гарсан.",
"withVat": false
}'
{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": {
"status": "SUCCESS",
"message": "Order cancelled successfully"
}
}