X-API-Key: ********************curl --location 'https://api.snakk.ai/api/calls//complete' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"duration_seconds": 0,
"cost_nok": 0,
"recording_url": "string",
"transcript_paths": {
"chat": "string",
"functions": "string"
}
}'{
"success": true,
"call": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"status": "in_progress",
"direction": "inbound",
"from_number": "string",
"to_number": "string",
"minutes_billed": 0,
"started_at": "2019-08-24T14:15:22.123Z",
"ended_at": "2019-08-24T14:15:22.123Z",
"recording_url": "string",
"transcript": "string"
}
}