{"info":{"_postman_id":"7a52b826-8663-48f5-a0b5-16f1d1ccbc7a","name":"Magento 2 Restrict Fake/Spam Registration","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"7a52b826-8663-48f5-a0b5-16f1d1ccbc7a","publishedId":"2sAXqs83WX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-20T05:28:19.000Z"},"item":[{"name":"RestAPI","item":[{"name":"Create Customer Account","id":"da0ce8a5-96c4-465c-8758-beb16f6a9b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"firstname","value":"Magecomp","type":"text"},{"key":"lastname","value":"Tester","type":"text"},{"key":"emailaddress","value":"test.magecomp@gmail.com","type":"text"},{"key":"password","value":"test@123","type":"text"},{"key":"storeId","value":"1","type":"text"}]},"url":"{{base_url}}/rest/all/V1/restrictfakeregistration/createaccount","urlObject":{"path":["rest","all","V1","restrictfakeregistration","createaccount"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da0ce8a5-96c4-465c-8758-beb16f6a9b96"}],"id":"5d785a70-3436-437c-bffa-88a42cbd3de8","_postman_id":"5d785a70-3436-437c-bffa-88a42cbd3de8","description":""},{"name":"GraphQL","item":[{"name":"Create Customer Account","id":"a34185a4-c587-4b84-bb6a-2a7cf43c4f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n  createCustomerAccount (\n    firstname:\"test\"\n    lastname:\"test\"\n    emailaddress:\"test.magecomscp@gmail.com\" \n    password:\"test@123\"\n    storeId:2\n  ) {\n    status\n    message\n  }\n}\n","variables":""}},"url":"{{base_url}}/graphql/","urlObject":{"path":["graphql",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a34185a4-c587-4b84-bb6a-2a7cf43c4f68"}],"id":"7ef18d20-1596-418a-97dc-56e153f78be9","_postman_id":"7ef18d20-1596-418a-97dc-56e153f78be9","description":""}]}