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