curl --request POST \
--url http://localhost:8080/cabinet/admin/tickets/notifications/ticket/{ticket_id}/read{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Mark all admin notifications for a specific ticket as read.
curl --request POST \
--url http://localhost:8080/cabinet/admin/tickets/notifications/ticket/{ticket_id}/read{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response