{ "offset": "0", "count": "20", "userid": "manager7078", "status": "0" }
curl --location --request POST 'http://127.0.0.1/topapi/process/workrecord/task/query?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "offset": "0", "count": "20", "userid": "manager7078", "status": "0" }'
{ "result": { "has_more": true, "list": [ { "url": "string", "task_id": "string", "instance_id": "string", "title": "string", "forms": [ { "title": "string" } ] } ] }, "errcode": 0, "errmsg": "string", "request_id": "string" }