def create(properties)
        response = self.class.post(BASE_PATH,
                                   body: { properties: properties }.to_json,
                                   headers: headers)