{ "newType": "Shipping" }
curl --location --request PATCH 'https://platform.shopranos.eu/api/v1/customers/my-addresses//change-type' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "newType": "Shipping" }'