{
"grid_id": "grid_id"
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/report/patrol/get_corp_status?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"grid_id": "grid_id"
}'
{
"errcode": 0,
"errmsg": "ok",
"processing": 1,
"added_today": 1,
"solved_today": 1,
"total_case": 1,
"to_be_assigned": 1,
"total_solved": 1
}