OP 01 January, 2023 - 02:06 PM
(This post was last modified: 02 January, 2023 - 08:18 PM by SooB. Edited 1 time in total.)
How do you properly format this in the POST request payload? I get "bad input" as a response whenever I copy paste. I saw somewhere you gotta do raw input as the method? Idk can someone help me
Here is the picture if you want to see how it looked
Code:
[align=left][{"operationName":"EmailAddressValidation","variables":{"email":"[email protected]"},"query":"query EmailAddressValidation($email: EmailAddress!) {\n emailAddressValidation(email: $email) {\n credentialsExist\n possibleTypo\n suggestion\n __typename\n }\n}\n"}][/align]
Here is the picture if you want to see how it looked