Authorization: Bearer ********************
{
"plan_code": "daily-01"
}
curl --location --request POST 'http://localhost:8080/v1/organization/subscribe/payment-methods/stripe' \
--header 'Content-Type: application/json' \
--data-raw '{
"plan_code": "daily-01"
}'
{}