Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/organization/subscribe/payment-methods/stripe' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"plan_code": "daily-01"
}'{}