{ "agent": "jose.silva", "call_id": "1234567890", "file_index": 1, "file_id": "UUID-do-arquivo", "status": "available" }
curl --location --request POST '/agent/notify_file_transfer' \ --header 'Content-Type: application/json' \ --data-raw '{ "agent": "jose.silva", "call_id": "1234567890", "file_index": 1, "file_id": "UUID-do-arquivo", "status": "available" }'
{ "response": { "command": "notify_file_transfer", "status": "ok" } }