ID de la cuenta.
curl -X POST 'https://app.yampi.ai/api/v1/accounts/1/inboxes' \
-H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json' \
-d '{"name":"Website","channel_type":"Channel::WebWidget"}'
Crea un nuevo inbox (canal). Cuerpo según inbox_create_payload.
curl -X POST 'https://app.yampi.ai/api/v1/accounts/1/inboxes' \
-H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json' \
-d '{"name":"Website","channel_type":"Channel::WebWidget"}'