curl --location --request POST 'http://localhost:8080/his/worklist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"modality": "US",
"dateFrom": "2026-02-25",
"dateTo": "2026-02-25",
"getAllItems": false
}'{}