curl --location 'http://localhost:4516/his/worklist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"modality": "ES",
"dateFrom": "2026-02-22",
"dateTo": "2026-02-24",
"getAllItems": true
}'{}