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