HTTP method: GET
API URL: /api/v1/notifications?patientId={userId}&sort=desc
Response success: HTTP 200
{
notifications : [
{"id":2, "content":"text", "caseId":123},
{"id":1, "content":"text", "caseId":456}
]
}
Response error: HTTP 404 (indicating user not found)