Authorization: Bearer ********************{
"platform_plan_id": "plan_enterprise"
}curl --location --request PUT 'https://app.onlysocial.io/os/api/panel/workspaces//subscription/change-plan' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"platform_plan_id": "plan_enterprise"
}'