pub fn create_user( connection: &mut PgConnection, model: CreateUserModel, ) -> Result<GetUserModel, String>