Authorization: Bearer ********************[
{
"deviceSerialNo": "string",
"occurrenceTime": "2019-08-24T14:15:22.123Z",
"idCardNumber": "string",
"inoutType": "1",
"photoUrl": "string"
}
]curl --location --request POST '/api/services/open/realname/inoutrecord/cr' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"deviceSerialNo": "string",
"occurrenceTime": "2019-08-24T14:15:22.123Z",
"idCardNumber": "string",
"inoutType": "1",
"photoUrl": "string"
}
]'"string"