{
"payment_method_type": "Primary"
}
curl --location --request POST '/open/companies//tenants//subscriptions//initiate_update_payment_method' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_method_type": "Primary"
}'
{
"company_uuid": "string",
"tenant_uuid": "string",
"payment_method_uuid": "string"
}