Authorization: Bearer ********************curl --location --request GET '/payments/switch-plan' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"planPriceId": "",
"depositCredit": ""
}'{}