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