/V2/customer/address/verify/send
application/json
{"phone":"{{phoneNumber}}","resend":false}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/customer/address/verify/send' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "phone": "{{phoneNumber}}", "resend": false }'
No body