curl --location --request POST 'https://apigw.klinkcx.com/api/v1/channels' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Your Custom Channel Name",
"brandName": "Your Custom Channel",
"metadata": {
"platform_channel_id": "03939393k3kk3k3",
"inbound": {
"verify_token": "3939393939203902930"
},
"outbound": {
"url": "https://webhook.test",
"headers": [
{
"key": "MyKey",
"value": "testing"
}
]
}
}
}'