{ "position_key_list": "C384Fxxxx", "op_userid": "user01", "group_key": "CEDDFxxxx" }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/group/positions/remove?access_token=4c9ebd2b1534xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "position_key_list": "C384Fxxxx", "op_userid": "user01", "group_key": "CEDDFxxxx" }'
{ "result": { "success_list": [ "string" ], "error_info_list": [ { "failure_list": [ "string" ], "msg": "string", "code": "string" } ] }, "errcode": 0, "errmsg": "string", "success": true, "request_id": "string" }