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