curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/chat/operator/release/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "resolve",
"notes": "string"
}'