curl --location --request POST '/chatwoot-accounts/71d3e0cc-5fe3-4a29-9188-26ed6c791451' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatwootAccountId": "123",
"chatwootApiToken": "your-api-token",
"chatwootAgentId": "456",
"active": true
}'
{}