pub fn create_point( connection: &mut PgConnection, model: CreatePointModel, ) -> Result<GetPointModel, String>