{
"biz_type": 0,
"device_id": "string",
"limit": 0
}
curl --location --request POST 'https://www.bmtcloud.com.cn/api/device/v1/test/start' \
--header 'ak;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"biz_type": 0,
"device_id": "string",
"limit": 0
}'
{
"code": 0,
"message": "success",
"current_time": 1676795641,
"event_id": "20230219163401773009100000004787",
"data": {}
}