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