{"info":{"_postman_id":"31f5f24c-b18a-4739-b4fc-c48d18ec29fc","name":"Magento 2 GDPR Pro Graphql & Examples","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10589000","collectionId":"31f5f24c-b18a-4739-b4fc-c48d18ec29fc","publishedId":"UVkqruJ1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-28T04:31:51.000Z"},"item":[{"name":"Get Configuration GDPR Professional","id":"330044d4-befa-41d2-814f-b28aeb60d24f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  MpGdprConfigs{\r\n    anonymiseAccount{\r\n      allow_delete_abandonedcart\r\n      email\r\n      firstname\r\n      lastname\r\n      order_address_enable\r\n      order_address_fields\r\n      order_processing_enable\r\n    }\r\n    cookieRestriction{\r\n      apply_for\r\n      button_text\r\n      custom_css\r\n      enable\r\n      location\r\n      policy_page\r\n      specific_country\r\n    }\r\n    email{\r\n      admin_notification_email{\r\n        enable\r\n        receiver{\r\n          email\r\n          name\r\n        }\r\n        template\r\n      }\r\n      before_delete_account{\r\n        enable\r\n        template\r\n        template_after\r\n        time_before_auto_delete\r\n      }\r\n      confirmation{\r\n        enable\r\n        template\r\n      }\r\n      enable\r\n      sender\r\n    }\r\n    general{\r\n      allow_delete_customer\r\n      allow_delete_default_address\r\n      allow_download\r\n      allow_tac_register_customer\r\n      allow_verify_password\r\n      auto_delete_customer_account\r\n      delete_customer_message\r\n      download_customer_message\r\n      enabled\r\n      tac_content\r\n      tac_title_checkbox\r\n      time_auto_delete\r\n    }\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d276dfd3-78ad-40f0-86d1-a295ba2bd992","name":"Get Configuration GDPR Professional Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  MpGdprConfigs{\r\n    anonymiseAccount{\r\n      allow_delete_abandonedcart\r\n      email\r\n      firstname\r\n      lastname\r\n      order_address_enable\r\n      order_address_fields\r\n      order_processing_enable\r\n    }\r\n    cookieRestriction{\r\n      apply_for\r\n      button_text\r\n      custom_css\r\n      enable\r\n      location\r\n      policy_page\r\n      specific_country\r\n    }\r\n    email{\r\n      admin_notification_email{\r\n        enable\r\n        receiver{\r\n          email\r\n          name\r\n        }\r\n        template\r\n      }\r\n      before_delete_account{\r\n        enable\r\n        template\r\n        template_after\r\n        time_before_auto_delete\r\n      }\r\n      confirmation{\r\n        enable\r\n        template\r\n      }\r\n      enable\r\n      sender\r\n    }\r\n    general{\r\n      allow_delete_customer\r\n      allow_delete_default_address\r\n      allow_download\r\n      allow_tac_register_customer\r\n      allow_verify_password\r\n      auto_delete_customer_account\r\n      delete_customer_message\r\n      download_customer_message\r\n      enabled\r\n      tac_content\r\n      tac_title_checkbox\r\n      time_auto_delete\r\n    }\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Mar 2022 02:24:14 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 01 Mar 2021 02:24:24 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=jr68ugrm80oksbrdnitb5rk7ft; expires=Tue, 01-Mar-2022 03:24:24 GMT; Max-Age=3600; path=/dangmaianh/ce243p1b/pub; domain=dev.mageplaza.vn; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"private_content_version=7066330f5966ca18b8fac3eb974f825d; expires=Fri, 27-Feb-2032 02:24:24 GMT; Max-Age=315360000; path=/; SameSite=Lax"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1787"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"3756620"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MpGdprConfigs\": {\n            \"anonymiseAccount\": {\n                \"allow_delete_abandonedcart\": \"1\",\n                \"email\": \"spy07.mail@anonymise.com\",\n                \"firstname\": \"spy\",\n                \"lastname\": \"spy007\",\n                \"order_address_enable\": \"1\",\n                \"order_address_fields\": \"street,city,state_province,postcode,telephone\",\n                \"order_processing_enable\": \"1\"\n            },\n            \"cookieRestriction\": {\n                \"apply_for\": \"0\",\n                \"button_text\": \"Allow Cookies\",\n                \"custom_css\": \".gdpr-cookie{text-align: center}\",\n                \"enable\": \"1\",\n                \"location\": \"bottom\",\n                \"policy_page\": \"http://dev.mageplaza.vn:8080/dangmaianh/ce243p1b/pub/about-us/\",\n                \"specific_country\": \"VN\"\n            },\n            \"email\": {\n                \"admin_notification_email\": {\n                    \"enable\": \"1\",\n                    \"receiver\": {\n                        \"email\": \"sales@example.com\",\n                        \"name\": \"Sales\"\n                    },\n                    \"template\": \"gdpr_email_admin_notification_email_template\"\n                },\n                \"before_delete_account\": {\n                    \"enable\": \"1\",\n                    \"template\": \"gdpr_email_before_delete_account_template\",\n                    \"template_after\": \"gdpr_email_before_delete_account_template_after\",\n                    \"time_before_auto_delete\": \"2\"\n                },\n                \"confirmation\": {\n                    \"enable\": \"1\",\n                    \"template\": \"gdpr_email_confirmation_template\"\n                },\n                \"enable\": \"1\",\n                \"sender\": \"sales\"\n            },\n            \"general\": {\n                \"allow_delete_customer\": \"1\",\n                \"allow_delete_default_address\": \"1\",\n                \"allow_download\": \"1\",\n                \"allow_tac_register_customer\": \"1\",\n                \"allow_verify_password\": \"1\",\n                \"auto_delete_customer_account\": \"1\",\n                \"delete_customer_message\": \"Do you want to delete???\",\n                \"download_customer_message\": \"Here you can download a copy of your personal data in CSV or Excel XML file\",\n                \"enabled\": \"1\",\n                \"tac_content\": \"                        <p>\\r\\n                            <strong>According to GDPR: </strong>\\r\\n                            <span>To protect the security of your personal data, you have rights to delete your information on our website completely .</span>\\r\\n                        </p>\\r\\n                    \",\n                \"tac_title_checkbox\": \"I agree to the Terms and Conditions\",\n                \"time_auto_delete\": \"30\"\n            }\n        }\n    }\n}"}],"_postman_id":"330044d4-befa-41d2-814f-b28aeb60d24f"},{"name":"Check Password","id":"fe74a23e-d498-47ca-a5d1-f9fb1ac24d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n  mpGdprCheckPassword(\r\n    email: \"roni_cost@example.com\",\r\n    password: \"roni_cost3@example.com\")\r\n  }","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0f9834f6-1f51-4cf8-b39a-c728147449fc","name":"Check Password Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n  mpGdprCheckPassword(\r\n    email: \"roni_cost@example.com\",\r\n    password: \"roni_cost3@example.com\")\r\n  }","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Feb 2022 03:35:54 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Sun, 28 Feb 2021 03:35:54 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=logdrkk7cb032o93ks37rq5d27; expires=Mon, 28-Feb-2022 04:35:54 GMT; Max-Age=3600; path=/dangmaianh/ce243p1b/pub; domain=dev.mageplaza.vn; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"private_content_version=96a172028edef822db2e5107b00c1961; expires=Thu, 26-Feb-2032 03:35:54 GMT; Max-Age=315360000; path=/; SameSite=Lax"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"37"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"3650550"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpGdprCheckPassword\": true\n    }\n}"}],"_postman_id":"fe74a23e-d498-47ca-a5d1-f9fb1ac24d8f"},{"name":"Get Cookie","id":"9c18935f-cfe4-47e5-9020-de1068f2f769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n  mpGdprCookie{\r\n    check_cookie_enable\r\n    cookie_name\r\n    cookie_value\r\n    cookie_lifetime\r\n    no_cookies_url\r\n    output{\r\n      cookie_message\r\n      cookie_button_text\r\n      cookie_policy_url\r\n      custom_css\r\n      html_class\r\n      is_block_access\r\n    }\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a21f39ad-2eef-4c37-9cd6-3f1cd142fd2e","name":"Get Cookie Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n  mpGdprCookie{\r\n    check_cookie_enable\r\n    cookie_name\r\n    cookie_value\r\n    cookie_lifetime\r\n    no_cookies_url\r\n    output{\r\n      cookie_message\r\n      cookie_button_text\r\n      cookie_policy_url\r\n      custom_css\r\n      html_class\r\n      is_block_access\r\n    }\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Mar 2022 02:16:09 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 01 Mar 2021 02:16:09 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=jr68ugrm80oksbrdnitb5rk7ft; expires=Tue, 01-Mar-2022 03:16:09 GMT; Max-Age=3600; path=/dangmaianh/ce243p1b/pub; domain=dev.mageplaza.vn; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"private_content_version=90fdd09e239e6c70de3cef7a4de0f9f7; expires=Fri, 27-Feb-2032 02:16:09 GMT; Max-Age=315360000; path=/; SameSite=Lax"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"959"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"3595586"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpGdprCookie\": {\n            \"check_cookie_enable\": \"1\",\n            \"cookie_name\": \"user_allowed_save_cookie\",\n            \"cookie_value\": \"{\\\"1\\\":1}\",\n            \"cookie_lifetime\": 31536000,\n            \"no_cookies_url\": \"http://dev.mageplaza.vn:8080/dangmaianh/ce243p1b/pub/cookie/index/noCookies/\",\n            \"output\": {\n                \"cookie_message\": \"\\n                        <p>\\n                            <strong>We use cookies to make your experience better.</strong>\\n                            <span>To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies.</span>\\n                            <a href=\\\"http://dev.mageplaza.vn:8080/dangmaianh/ce243p1b/pub/about-us/\\\">Learn more</a>\\n                        </p>\\n                    \",\n                \"cookie_button_text\": \"Allow Cookies\",\n                \"cookie_policy_url\": \"http://dev.mageplaza.vn:8080/dangmaianh/ce243p1b/pub/about-us/\",\n                \"custom_css\": \".gdpr-cookie{text-align: center}\",\n                \"html_class\": \"gdpr-cookie bottom\",\n                \"is_block_access\": \"1\"\n            }\n        }\n    }\n}"}],"_postman_id":"9c18935f-cfe4-47e5-9020-de1068f2f769"},{"name":"Delete Default Address by addressId","id":"06ebedaf-f237-409a-bf68-4e5dc201c49f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"\r\n\r\nmutation {\r\n mpGdprDeleteDefaultAddressRequest(input:{\r\n     id: 8\r\n })\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4bd5ce73-c88f-4f73-bb57-4ca75dc88080","name":"Delete Default Address by addressId Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"\r\n\r\nmutation {\r\n mpGdprDeleteDefaultAddressRequest(input:{\r\n     id: 8\r\n })\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Feb 2022 03:38:44 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Sun, 28 Feb 2021 03:38:44 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=logdrkk7cb032o93ks37rq5d27; expires=Mon, 28-Feb-2022 04:38:44 GMT; Max-Age=3600; path=/dangmaianh/ce243p1b/pub; domain=dev.mageplaza.vn; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"private_content_version=bb7dd20d63fa1c8fafecf6716cb3d8c4; expires=Thu, 26-Feb-2032 03:38:44 GMT; Max-Age=315360000; path=/; SameSite=Lax"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"51"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"3011528"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpGdprDeleteDefaultAddressRequest\": true\n    }\n}"}],"_postman_id":"06ebedaf-f237-409a-bf68-4e5dc201c49f"},{"name":"Delete Customer Account","id":"dbbae2f0-5527-42f6-95e4-713cb469772d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n  mpGdprDeleteCustomerAccountRequest{\r\n    result\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"545f9792-fbec-4d73-bb5b-f7fdd19cb8f4","name":"Delete Customer Account Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n  mpGdprDeleteCustomerAccountRequest{\r\n    result\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Feb 2022 03:39:29 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Sun, 28 Feb 2021 03:39:29 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=logdrkk7cb032o93ks37rq5d27; expires=Mon, 28-Feb-2022 04:39:29 GMT; Max-Age=3600; path=/dangmaianh/ce243p1b/pub; domain=dev.mageplaza.vn; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"private_content_version=8b5a7050cd5a6f195df4eb256a7147b8; expires=Thu, 26-Feb-2032 03:39:29 GMT; Max-Age=315360000; path=/; SameSite=Lax"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"91"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"3711124"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpGdprDeleteCustomerAccountRequest\": {\n            \"result\": \"Customer id 8 has been deleted\"\n        }\n    }\n}"}],"_postman_id":"dbbae2f0-5527-42f6-95e4-713cb469772d"},{"name":"Customer Token","id":"fb9a608e-d37d-4e7c-8c79-c447bcb2a698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n generateCustomerToken(\r\n  \temail: \"roni_cost@example.com\", \r\n  \tpassword: \"roni_cost3@example.com\") \r\n  {\r\n     token\r\n  }\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"dd97e3b5-cb4f-455f-b7da-cd77bfe141f9","name":"Customer Token Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n generateCustomerToken(\r\n  \temail: \"roni_cost@example.com\", \r\n  \tpassword: \"roni_cost3@example.com\") \r\n  {\r\n     token\r\n  }\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Mar 2022 03:50:00 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Tue, 02 Mar 2021 03:50:00 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=t5lhgorda29gboa5uf8ljp9huv; expires=Wed, 02-Mar-2022 04:50:00 GMT; Max-Age=3600; path=/dangmaianh/ce243p1b/pub; domain=dev.mageplaza.vn; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"private_content_version=b4868242fad09cf4f202b2ec63226061; expires=Sat, 28-Feb-2032 03:50:00 GMT; Max-Age=315360000; path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"form_key=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/dangmaianh/ce243p1b/pub; domain=dev.mageplaza.vn; SameSite=Lax"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"79"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"362695"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"generateCustomerToken\": {\n            \"token\": \"83n9ksypj2o4fhtmvs8j2jx4hh799ky8\"\n        }\n    }\n}"}],"_postman_id":"fb9a608e-d37d-4e7c-8c79-c447bcb2a698"}]}