curl --location --request PUT 'http://localhost/api/v1/tenant/billing/subscription/plan' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"plan_code": "string",
"billing_cycle": "monthly"
}'"string"