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