curl --request POST \
--url https://api.example.com/cabinet/tickets/notifications/read-all \
--header 'Authorization: Bearer <token>'Mark all notifications as read for current user.
curl --request POST \
--url https://api.example.com/cabinet/tickets/notifications/read-all \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response