curl --location --request PUT 'https://api-sandbox.saaslogic.io/v1/customers/782ef4f6-8cdd-4f7c-9223-efc8b63d0b62' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerName": "Adroit Solutions",
"isTaxExempted": true,
"customerId": "4e27ea44-9be0-4661-a851-3c099d3a18a5",
"exemptionReasonCode": "D",
"exemptionNumber": "12345678"
}'
{
"message": "UN_AUTHORIZED"
}