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

GET /api/v0/main-frontend/user-details/search-by-other-details - Allows to search user by their names etc.