{
"offset": 0,
"limit": 100
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/health/get_report_jobids?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 0,
"limit": 100
}'
{
"errcode": 0,
"errmsg": "ok",
"ending": 1,
"jobids": [
"jobid1",
"jobid2"
]
}