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