Authorization: Bearer ********************
{
"certId": 0,
"employeeId": 0,
"employeeName": "string",
"employeeIdentity": "string",
"validityTerm": "2019-08-24T14:15:22Z",
"frontPicPath": "string",
"backPicPath": "string"
}
curl --location --request PUT '/appMark/employee/identification' \
--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"
}