{
"projectId": "string",
"year": 0,
"workType": 0,
"workUserId": "string"
}
curl --location --request POST '/api/work/targetUser/scanWorkCode' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"year": 0,
"workType": 0,
"workUserId": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"targetUserId": "string",
"systemNumber": "string"
}
}