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