{"info":{"_postman_id":"93b75119-5a50-4778-9feb-9491ba01b9fe","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":"93b75119-5a50-4778-9feb-9491ba01b9fe","publishedId":"2sBXwmRtQJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-28T05:10:43.000Z"},"item":[{"name":"RestAPI","item":[{"name":"Create Customer Account","id":"cbb361c6-1141-44e6-a93e-d15f87b00587","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":"cbb361c6-1141-44e6-a93e-d15f87b00587"}],"id":"a2c1b05e-a41f-4570-b8ac-f9a7be3fbb3f","_postman_id":"a2c1b05e-a41f-4570-b8ac-f9a7be3fbb3f","description":""},{"name":"GraphQL","item":[{"name":"Create Customer Account","id":"6368f526-f5b8-42bd-808d-35af6b034565","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:1\n  ) {\n    status\n    message\n  }\n}\n","variables":""}},"url":"{{base_url}}/graphql/","urlObject":{"path":["graphql",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6368f526-f5b8-42bd-808d-35af6b034565"}],"id":"69686413-9052-4c21-97ae-03b3531835bb","_postman_id":"69686413-9052-4c21-97ae-03b3531835bb","description":""}]}