X-API-Key: ********************curl --location 'https://api.snakk.ai/api/calls//transcript?format=' \
--header 'X-API-Key: <api-key>'{
"call": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"phone_number": "string",
"started_at": "2019-08-24T14:15:22.123Z",
"ended_at": "2019-08-24T14:15:22.123Z",
"duration_seconds": 0
},
"transcript": [
{
"role": "string",
"content": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}
]
}