Authorization: ********************
X-API-Key: ********************
curl --location --request PUT '/channels/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "string", "phoneNumber": "string", "accessToken": "string" }'