curl --request POST \
--url https://api.example.com/api/v1/on-call/teams/{teamId}/channels \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"config": {},
"memberId": "<string>"
}
'