curl --location '/channels' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"provider": "whatsapp",
"display_name": "string",
"phone_number": "string",
"status": "string",
"capabilities": {
"send_text": true,
"send_template": true,
"start_flow": true
}
}
]
}