curl --location --request DELETE '/notifications/delete-many' \ --header 'Content-Type: application/json' \ --data-raw '{ "notificationIds": [ 0 ] }'
{ "count": 0 }