{ "agentid": "23470561" }
curl --location --request POST 'http://127.0.0.1/topapi/smartwork/hrm/employee/field/grouplist?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "agentid": "23470561" }'
{ "request_id": "string", "errmsg": "string", "errcode": 0, "success": true, "result": [ { "group_id": "string", "has_detail": true, "field_list": [ { "field_type": "string", "field_name": "string", "field_code": "string" } ] } ] }