Authorization: Bearer ********************{
"certId": 0,
"employeeId": 0,
"employeeName": "string",
"employeeIdentity": "string",
"validityTerm": "2019-08-24T14:15:22Z",
"frontPicPath": "string",
"backPicPath": "string"
}curl --location --request POST '/appMark/employee/identification' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"certId": 0,
"employeeId": 0,
"employeeName": "string",
"employeeIdentity": "string",
"validityTerm": "2019-08-24T14:15:22Z",
"frontPicPath": "string",
"backPicPath": "string"
}'{
"code": 0,
"msg": "string",
"data": "string"
}