/V2/guest/address/verify/send
application/json
{{guestToken}}
{"phone":"597014780"}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/guest/address/verify/send' \ --header 'Authorization: noauth YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "phone": "597014780" }'
No body