{ "userid": "manager7078", "offset": 0, "size": "100" }
curl --location --request POST 'http://127.0.0.1/topapi/process/listbyuserid?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "userid": "manager7078", "offset": 0, "size": "100" }'
{ "request_id": "string", "errmsg": "string", "errcode": 0, "result": { "process_list": [ { "name": "string", "icon_url": "string", "process_code": "string", "url": "string" } ], "next_cursor": 0 } }