FilteringSortingModelSuccessResponseModelOfNotificationListGetModelcurl --location 'https://api.veloconnect.me/api/notifications/list' \
--header 'Content-Type: application/json' \
--data '{
"pageNumber": 0,
"pageSize": 0,
"filters": [
{
"propertyName": "string",
"value": "string",
"values": [
"string"
],
"comparer": null
}
],
"sortings": [
{
"propertyName": "string",
"direction": null
}
]
}'{
"data": [
{
"items": [],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0,
"unreadCount": 0
}
]
}