Authorization: Bearer ********************
curl --location 'http://localhost:4516/his/worklist' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "getAllItems": true }'
{}