{
"workId": "string",
"startMedicationDate": 0,
"medicationSource": 0
}
curl --location --request POST '/api/work/confirmDetection/setStartMedicationDate' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workId": "string",
"startMedicationDate": 0,
"medicationSource": 0
}'
{
"code": 0,
"message": "string"
}