pub async fn mark_as_read(
    feedback_id: Path<Uuid>,
    mark_as_read: Json<MarkAsRead>,
    pool: Data<PgPool>,
    user: AuthUser
) -> ControllerResult<HttpResponse>
Expand description

POST /api/v0/main-frontend/feedback/:id - Creates new feedback.