pub async fn search_users_fuzzy_match(
    user: AuthUser,
    pool: Data<PgPool>,
    payload: Json<SearchRequest>
) -> ControllerResult<Json<Vec<UserDetail>>>
Expand description

GET /api/v0/main-frontend/user-details/search-fuzzy-match - Allows to find the right user details in cases where there is a small typing error in the search query