curl --location --request PATCH '/inbound_channels' \
--header 'Content-Type: application/json' \
--data-raw '{
"channels": 7
}'
{
"data": {
"channels": 7,
"record_type": "inbound_channels"
}
}
Authorization: Bearer ********************