{
"plan_code" : "daily-01",
"payment_method_id" : "pm_1PXHIqIkSeCp7envQi6i7OIX"
}plan_code: a small string (e.g. monthly-01, daily-01, year-01)payment_method_id : a string field for the payment method id (e.g. pm_1PXHIqIkSeCp7envQi6i7OIX)/organization/subscribe/payment-methods/stripe/subscribeAuthorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/organization/subscribe/payment-methods/stripe/subscribe' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"plan_code" : "daily-01",
"payment_method_id" : "pm_1PXHIqIkSeCp7envQi6i7OIX"
}'{}