{ "offset": "0", "limit": "50", "userid": "manager7080", "status": "0" }
curl --location --request POST 'http://127.0.0.1/topapi/workrecord/getbyuserid?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "offset": "0", "limit": "50", "userid": "manager7080", "status": "0" }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "records": { "has_more": true, "list": [ { "record_id": "string", "create_time": 0, "title": "string", "url": "string", "forms": [ { "title": "string", "content": "string" } ] } ] } }