Authorization: Bearer ********************curl --location --request PUT '/payments/cancel-plan' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "put the reason here "
}'{
"success": false,
"message": "you cannot cancel a trial plan",
"data": null
}