Authorization: ********************{
"captureId": "string",
"deviceId": "string"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/gallery/capture/record' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"captureId": "string",
"deviceId": "string"
}'{
"code": 0,
"data": [
{
"id": "",
"deviceName": "",
"deviceId": "",
"channelId": 0,
"fileUrl": "",
"fileType": "",
"fileSize": 0.0,
"createTime": "",
"channelName": "",
"platform": "",
"captureId": 0
}
],
"msg": ""
}