curl --location --request PATCH '/managed_accounts//update_global_channel_limit' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_limit": 30
}'
{
"data": {
"channel_limit": 30,
"email": "allocate_demo@customer.com",
"id": "096abcde-1122-3344-ab77-ff0123456789",
"manager_account_id": "beeabcde-1122-3344-ab77-ff0123456789",
"record_type": "managed_account_global_outbound_settings"
}
}
Authorization: Bearer ********************