PUT
/notifications/{id}/mark-read
curl \
--request PUT 'http://localhost:8000/notifications/{id}/mark-read'
Response examples (200)
{
"success": true
}
Response examples (404)
{
"message": "Notificação não encontrada"
}