{
"index": 1
}curl --location --request POST 'http://127.0.0.1:8088/api/utility/zone/get_zone_config' \
--header 'Content-Type: application/json' \
--data-raw '{
"index": 1
}'{
"code": 0,
"message": "",
"data": {
"zone_id": 1,
"enable": false,
"enable_type": 2,
"valid_area_type": 0,
"param_in": [
326.458,
181.932,
-89.347,
-163.78,
-20.175,
-50.175
],
"note": "Area1",
"zone_type": null,
"check_part": null,
"enable_method": null,
"num_di": null,
"output_signal": null,
"num_do": null,
"config_flag": null,
"robot_id": null,
"frame_value": null
}
}