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