Authorization: Bearer ********************curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v2/digital-order/34/cancel' \
--header 'x-os-type;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancel_reason": "test cancel"
}'{
"data": {
"id": 0,
"ecs_token": "string"
}
}