fromavis_client.models.patched_product_category_requestimportPatchedProductCategoryRequest# TODO update the JSON string belowjson="{}"# create an instance of PatchedProductCategoryRequest from a JSON stringpatched_product_category_request_instance=PatchedProductCategoryRequest.from_json(json)# print the JSON string representation of the objectprintPatchedProductCategoryRequest.to_json()# convert the object into a dictpatched_product_category_request_dict=patched_product_category_request_instance.to_dict()# create an instance of PatchedProductCategoryRequest from a dictpatched_product_category_request_form_dict=patched_product_category_request.from_dict(patched_product_category_request_dict)