curl --location --request PUT 'https://api-sandbox.saaslogic.io/v1/invoices/9e3f7852-4039-4b8d-b4d6-2cc6d3f32667/cancel' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Cancellation required"
}'
{
"message": "UN_AUTHORIZED"
}