curl --location --request POST 'http://localhost:8080/his/worklist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"patientId": "PAT128",
"modality": "CT",
"dateFrom": "2026-02-10",
"dateTo": "2026-01-09",
"getAllItems": true
}'{
"path": "/his/worklist",
"details": {
"dateRangeValid": "dateFrom must not be after dateTo"
},
"error": "Validation Failed",
"message": "Field validation failure",
"timestamp": "2026-02-25T19:28:53.494861776",
"status": 400
}