{
"identify_category": [
{
"code": "string",
"type": 0,
"num": 0
}
],
"id": 0,
"subUrl": "string",
"enabled": "string",
"intervalNum": 0
}curl --location '/manage/api/v1/camera//strategy/changeStatus' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"identify_category": [
{
"code": "string",
"type": 0,
"num": 0
}
],
"id": 0,
"subUrl": "string",
"enabled": "string",
"intervalNum": 0
}'{
"code": 0,
"message": "",
"data": false
}