Authorization: ********************curl --location --request GET '/recordings//download' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"download_url": "string",
"expires_at": "2019-08-24T14:15:22.123Z"
},
"timestamp": 0
}