curl --request PATCH \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/environments/{environment_id}/channels/facebook/{channel_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"channel_app_id": "<string>",
"channel": "facebook",
"created_on": "<string>",
"updated_at": "<string>",
"created_by": "<string>",
"updated_by": "<string>",
"description": "<string>",
"application_secret": "<string>",
"verification_token": "<string>",
"page_access_token": "<string>"
}'