{
"password": "string",
"userName": "string"
}
curl --location --request POST '/admin/api/v1/employee/exchangeUserLogin' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string",
"userName": "string"
}'
{
"code": "string",
"data": {
"employeeId": "string",
"employeeName": "string",
"employeeNo": "string",
"orgId": "string",
"orgName": "string",
"postIdList": [
"string"
],
"postNameList": [
"string"
],
"unitNo": "string"
},
"message": "string",
"success": true,
"timestamp": 0,
"traceId": "string"
}