curl --location --request POST 'https://fullers.flamesware.com/api/api/v1/customer/orders/153/cancel' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Changed my mind"
}'
{}