I Need Help. How to work with this Post Data ?
{"operationName":"coreLoginUser","variables":{"input":{"email":"
[email protected]","password":"123456qwer"}},"query":"mutation coreLoginUser($input: LoginInput!) {\n user: coreLoginUser(input: $input) {\n ...userInfo\n __typename\n...