fromavis_client.models.membershipimportMembership# TODO update the JSON string belowjson="{}"# create an instance of Membership from a JSON stringmembership_instance=Membership.from_json(json)# print the JSON string representation of the objectprintMembership.to_json()# convert the object into a dictmembership_dict=membership_instance.to_dict()# create an instance of Membership from a dictmembership_form_dict=membership.from_dict(membership_dict)