curl --location --request GET 'api/v1/notifications?UserId=&PageNumber=&PageSize=&IsRead&TimeSensitive&FromDate&ToDate' \
--header 'x-api-key: {{api-key}}'{
"notifications": [
{
"id": "string",
"userId": "string",
"companyId": "string",
"isRead": true,
"timeSensitive": true,
"notificationType": 0,
"trigger": 0,
"createdAt": "2025-12-20T23:15:51.769Z",
"updatedAt": "2025-12-20T23:15:51.769Z"
}
],
"pagination": {
"currentPage": 0,
"totalPages": 0,
"pageSize": 0,
"totalCount": 0,
"hasPrevious": true,
"hasNext": true
}
}