/V2/guest/address/{addressId}/update/phone
Address Id
85
{"phone":"597014780"}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/guest/address/{addressId}/update/phone' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "phone": "597014780" }'
No body