{
"request_ids": [
0
]
}
curl --location --request POST 'https://cgv-prd-api.contele.io/api/v1/get_file_download_status' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_ids": [
0
]
}'
{
"status": "string",
"camera_records": [
{
"download_url": "string",
"file_name": "string"
}
]
}