Authorization: Bearer ********************curl --location --request POST '/api/services/app/ops/humanResource/attendRecord/getByUser' \
--header 'Authorization: Bearer <token>'{
"userId": 0,
"userRealName": "string",
"phone": "string",
"orgIds": [
0
],
"orgNames": [
"string"
],
"attendDate": "2019-08-24T14:15:22.123Z",
"workClockTime": "string",
"workClockStatus": "string",
"offWorkClockTime": "string",
"offWorkClockStatus": "string",
"shiftRoundId": "b5099f37-0463-4ee9-a55a-23dec890a658",
"shiftRoundName": "string",
"attendSource": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}