{
  "meta": {
    "version": "1.1.0",
    "exportedAt": "2026-08-25T07:04:16.166Z",
    "exportedUsing": "Requestly API Client"
  },
  "records": [
    {
      "id": "1f8d5026-2961-41b4-bb7c-8dbf817dd96c",
      "name": "UpdateTicketReply",
      "description": "",
      "type": "api",
      "parentId": "76660969-41b8-4ec3-92f7-a1ffe4ce1364",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/tickets/:id/status",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [
            {
              "key": "id",
              "value": ""
            }
          ],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787576327037116,
                "key": "status",
                "value": "closed",
                "isEnabled": true,
                "type": "text"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a5"
    },
    {
      "id": "9d6cc340-9932-4310-89d1-86d3d23bf392",
      "name": "ReplyToTicket",
      "description": "",
      "type": "api",
      "parentId": "76660969-41b8-4ec3-92f7-a1ffe4ce1364",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/tickets/:id/reply",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [
            {
              "key": "id",
              "value": ""
            }
          ],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787576206101110,
                "key": "message",
                "value": "",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787576218878111,
                "key": "attachments",
                "value": "",
                "isEnabled": true,
                "type": "text"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a4"
    },
    {
      "id": "50f2d489-4700-45e2-9116-49565018f435",
      "name": "GetTicketDetailById",
      "description": "",
      "type": "api",
      "parentId": "76660969-41b8-4ec3-92f7-a1ffe4ce1364",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/tickets/:id",
          "method": "GET",
          "headers": [],
          "queryParams": [],
          "pathVariables": [
            {
              "key": "id",
              "value": ""
            }
          ],
          "body": {
            "contentType": "none"
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a3"
    },
    {
      "id": "e800220f-9b68-422b-9f07-29b610ab5afa",
      "name": "GetAllTickets",
      "description": "",
      "type": "api",
      "parentId": "76660969-41b8-4ec3-92f7-a1ffe4ce1364",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/tickets",
          "method": "GET",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787576017564101,
                "key": "status",
                "value": "",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787576024828102,
                "key": "department_id",
                "value": "",
                "isEnabled": true,
                "type": "text"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a2"
    },
    {
      "id": "fcc25b51-9c0c-4d4d-acb9-e1ed4adfb8f1",
      "name": "CreateTicket",
      "description": "",
      "type": "api",
      "parentId": "76660969-41b8-4ec3-92f7-a1ffe4ce1364",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/tickets",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787575880476095,
                "key": "department_id",
                "value": "1",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787575883859096,
                "key": "message",
                "value": "Short summary",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787575894339097,
                "key": "message",
                "value": "Medium",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787575900674098,
                "key": "priority",
                "value": "Medium",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787575907155099,
                "key": "attachments",
                "value": [],
                "isEnabled": true,
                "type": "file"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a1"
    },
    {
      "id": "8c1ebf25-0176-469a-a3da-6623bb2df23f",
      "name": "GetAllDepartments",
      "description": "",
      "type": "api",
      "parentId": "76660969-41b8-4ec3-92f7-a1ffe4ce1364",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/departments",
          "method": "GET",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "none"
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a0"
    },
    {
      "id": "0576fa3d-d415-4890-ba94-51a3c8a130d7",
      "name": "VerifyPhone",
      "description": "",
      "type": "api",
      "parentId": "4774dce4-782a-40fd-b47e-11cb72411127",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/auth/verify-phone",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787571565020081,
                "key": "phone_number",
                "value": "8962336965",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787571569210082,
                "key": "code",
                "value": "312862",
                "isEnabled": true,
                "type": "text"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a3"
    },
    {
      "id": "3e81e61b-9443-4a52-800b-41b0ae00e472",
      "name": "SendPhoneVerification",
      "description": "",
      "type": "api",
      "parentId": "4774dce4-782a-40fd-b47e-11cb72411127",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/auth/send-phone-verification",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787571367883075,
                "key": "phone_number",
                "value": "8962336965",
                "isEnabled": true,
                "type": "text"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a2"
    },
    {
      "id": "7165cd45-be4a-4921-a2e2-92f743e29112",
      "name": "VerifyEmail",
      "description": "",
      "type": "api",
      "parentId": "4774dce4-782a-40fd-b47e-11cb72411127",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/auth/verify-email",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787571240950068,
                "key": "email",
                "value": "shubhamgurjar222@gmail.com",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787571292918071,
                "key": "code",
                "value": "067138",
                "isEnabled": true,
                "type": "text"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a1"
    },
    {
      "id": "22100ab5-feca-4eb9-a31d-91d4e97244d9",
      "name": "SendEmailVerification",
      "description": "",
      "type": "api",
      "parentId": "4774dce4-782a-40fd-b47e-11cb72411127",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/auth/send-email-verification",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787571143446060,
                "key": "email",
                "value": "shubhamgurjar222@gmail.com",
                "isEnabled": true,
                "type": "text"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a0"
    },
    {
      "id": "ba601304-c293-4119-8fc9-f9786d616383",
      "name": "CheckUserByEmail",
      "description": "",
      "type": "api",
      "parentId": "9cd6ed3a-7954-4dc1-ad27-c68de09d41f3",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/user/checkUserByEmail?email=shubhamgurjar222%40gmail.com",
          "method": "POST",
          "headers": [],
          "queryParams": [
            {
              "id": 1787566699283053,
              "key": "email",
              "value": "shubhamgurjar222@gmail.com",
              "isEnabled": true,
              "description": "",
              "dataType": "string"
            }
          ],
          "pathVariables": [],
          "body": {
            "contentType": "none"
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a4"
    },
    {
      "id": "371f8b12-7b72-4bcc-b759-64e3aabeb553",
      "name": "ForgetPassword",
      "description": "",
      "type": "api",
      "parentId": "9cd6ed3a-7954-4dc1-ad27-c68de09d41f3",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/auth/forget-password",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787635943522002,
                "key": "email",
                "value": "shubhamgurjar222@gmail.com",
                "isEnabled": true,
                "type": "text",
                "contentType": ""
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a3"
    },
    {
      "id": "ecbf9b11-6ce4-4f22-8617-e1ced0b6f584",
      "name": "Logout",
      "description": "",
      "type": "api",
      "parentId": "9cd6ed3a-7954-4dc1-ad27-c68de09d41f3",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/auth/logout",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "none"
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a2"
    },
    {
      "id": "86dcd082-d72f-4911-8051-bb584259dbff",
      "name": "Signup",
      "description": "",
      "type": "api",
      "parentId": "9cd6ed3a-7954-4dc1-ad27-c68de09d41f3",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/auth/signup",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787553756720025,
                "key": "first_name",
                "value": "shubham",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553787509026,
                "key": "last_name",
                "value": "gurjar",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553794791027,
                "key": "email",
                "value": "shubhamgurjar222@gmail.com",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553799463028,
                "key": "password",
                "value": "2uR37gRq",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553845902030,
                "key": "phone_number",
                "value": "8962336965",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553850907031,
                "key": "company_name",
                "value": "HeroXhost",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553855992032,
                "key": "street_address",
                "value": "Indore",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553861822033,
                "key": "street_address_2",
                "value": "Indore",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553867493034,
                "key": "city",
                "value": "Indore",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553873275035,
                "key": "state",
                "value": "MP",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787553879207036,
                "key": "postcode",
                "value": "452018",
                "isEnabled": true,
                "type": "text"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a1"
    },
    {
      "id": "2576a3bd-5a4d-444f-8601-a17c9df1fdb4",
      "name": "Login",
      "description": "",
      "type": "api",
      "parentId": "9cd6ed3a-7954-4dc1-ad27-c68de09d41f3",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/auth/login",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787564972094047,
                "key": "email",
                "value": "shubhamgurjar222@gmail.com",
                "isEnabled": true,
                "type": "text"
              },
              {
                "id": 1787564979774048,
                "key": "password",
                "value": "2uR37gRq",
                "isEnabled": true,
                "type": "text"
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a0"
    },
    {
      "id": "ba84a3f8-d04d-47b4-ba25-ff6b5138a17f",
      "name": "Check API",
      "description": "",
      "type": "api",
      "parentId": "dc75eae8-4e09-40c0-955f-14b77b46ac4a",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/check",
          "method": "GET",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "none"
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "Zz"
    },
    {
      "id": "76660969-41b8-4ec3-92f7-a1ffe4ce1364",
      "name": "Ticket",
      "description": "",
      "type": "collection",
      "parentId": "dc75eae8-4e09-40c0-955f-14b77b46ac4a",
      "deleted": false,
      "data": {
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a2"
    },
    {
      "id": "4774dce4-782a-40fd-b47e-11cb72411127",
      "name": "Verify",
      "description": "",
      "type": "collection",
      "parentId": "dc75eae8-4e09-40c0-955f-14b77b46ac4a",
      "deleted": false,
      "data": {
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a1"
    },
    {
      "id": "9cd6ed3a-7954-4dc1-ad27-c68de09d41f3",
      "name": "Auth",
      "description": "",
      "type": "collection",
      "parentId": "dc75eae8-4e09-40c0-955f-14b77b46ac4a",
      "deleted": false,
      "data": {
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a0"
    },
    {
      "id": "dc75eae8-4e09-40c0-955f-14b77b46ac4a",
      "name": "Anchor Panel",
      "description": "",
      "type": "collection",
      "parentId": null,
      "deleted": false,
      "data": {
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a1"
    },
    {
      "id": "1779954d-73a8-4dce-a53e-aaa0c5d26702",
      "name": "ResetPassword",
      "description": "",
      "type": "api",
      "parentId": "9cd6ed3a-7954-4dc1-ad27-c68de09d41f3",
      "deleted": false,
      "data": {
        "type": "http",
        "request": {
          "url": "{{link}}/api/auth/reset-password",
          "method": "POST",
          "headers": [],
          "queryParams": [],
          "pathVariables": [],
          "body": {
            "contentType": "multipart/form-data",
            "formData": [
              {
                "id": 1787636297413006,
                "key": "token",
                "value": "",
                "isEnabled": true,
                "type": "text",
                "contentType": ""
              },
              {
                "id": 1787636306185007,
                "key": "new_password",
                "value": "",
                "isEnabled": true,
                "type": "text",
                "contentType": ""
              }
            ]
          },
          "contentType": "none"
        },
        "auth": {
          "type": "inherit"
        }
      },
      "rank": "a5"
    }
  ],
  "environments": [],
  "packages": []
}