Authorization: Bearer ********************curl --location --request POST 'https://api.tenbyte.io/organization/billing/subscriptions/subs_01K8ST605RC75CGT50S57S9F33/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancellation_reason_id": 3,
"cancellation_reason": "Switched to another platform"
}'{}