{
"serial": "string"
}curl --location --request POST 'https://api.zhimu-tech.com/zhimu-api/device/takePhoto' \
--header 'x-zm-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"serial": "string"
}'{
"success": true,
"errorCode": "SUCCESS",
"errorMessage": "操作成功",
"data": {
"fileId": "1937330458676002817",
"fileUrl": "/my_image/IVG1MVMDAXXX00000010/upimg-38185f5b48e449e9aad5dcc13ce3877f.jpg"
}
}