curl --location '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 '{
"reason": "Changed my mind"
}'{}