{
  "item": [
    {
      "id": "96762d93-aefb-4456-b7f3-40ac5ac56a40",
      "name": "App",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "78f85f93-27cf-40f9-8337-71bf2101bf01",
          "name": "Health-check style root endpoint",
          "request": {
            "name": "Health-check style root endpoint",
            "description": {},
            "url": {
              "path": [
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "591e9d68-cd5c-4e88-8379-40caf1b5a3c8",
              "originalRequest": {
                "url": {
                  "path": [
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"string\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "1ceed7e9-c4c4-41a2-9684-71e947e3cd21",
      "name": "Users",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a0b33a70-12b9-42f2-bd1c-6a673a9cec0f",
          "name": "Register a new individual user account",
          "request": {
            "name": "Register a new individual user account",
            "description": {},
            "url": {
              "path": [
                "users",
                "register",
                "individual"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5f1c6b79-2e3a-4142-9188-7736a5cbc368",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"isDisabled\": false,\n    \"isAdmin\": true,\n    \"role\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\",\n    \"freeAdsRemaining\": 1194.1913533874015\n  },\n  \"profile\": {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"createdAt\": \"1966-06-05T03:19:03.259Z\",\n    \"updatedAt\": \"2025-09-29T10:29:29.129Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52577ef8-b72c-4f5b-a032-3d0b20f01a6b",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21f6dfe7-9c49-464b-91d7-96619c58b4f4",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e5f2c41-0c76-47bf-82b1-286ac15b08cd",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e5f398d4-37dc-4c1b-9548-2c378d97c688",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2feb6fd2-62a4-4145-b873-e9a67f17a5df",
          "name": "Register a new company account, with optional logo/license file upload",
          "request": {
            "name": "Register a new company account, with optional logo/license file upload",
            "description": {},
            "url": {
              "path": [
                "users",
                "register",
                "company"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "logo",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "license",
                  "type": "file",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "a9a4e793-b14c-4084-9a21-56a223dc5bfa",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"isDisabled\": true,\n    \"isAdmin\": false,\n    \"role\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\",\n    \"freeAdsRemaining\": 5278.564028954946\n  },\n  \"profile\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": \"string\",\n    \"hqLocation\": \"string\",\n    \"serviceAreas\": \"string\",\n    \"about\": \"string\",\n    \"logoUrl\": \"string\",\n    \"isVerified\": true,\n    \"status\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a0b22c8-f22b-4c02-a7ae-c2e06dd848b8",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f8d2c64-0029-4a3e-8a03-5ee3c9821f71",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89c57d85-dcde-4b2c-addf-064a38f5dc43",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c62306c-5942-4533-952c-1b553cb17923",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b4126586-54ae-4097-bb84-cf3f7027b05a",
          "name": "List approved companies, paginated and filterable",
          "request": {
            "name": "List approved companies, paginated and filterable",
            "description": {},
            "url": {
              "path": [
                "users",
                "companies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "category",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "search",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "107.9117824469736"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "107.9117824469736"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8f7fc316-ce80-4a0f-8a95-65d72c8673c9",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "category",
                      "value": "string"
                    },
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"name\": \"string\",\n      \"category\": \"string\",\n      \"rating\": 7268.4659910760165,\n      \"reviewsCount\": 1637.721207734133,\n      \"projectsCount\": \"string\",\n      \"serviceArea\": \"string\",\n      \"logoUrl\": \"string\",\n      \"isVerified\": false,\n      \"lastActivityAt\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"name\": \"string\",\n      \"category\": \"string\",\n      \"rating\": 9465.065582401217,\n      \"reviewsCount\": 1035.3030696049304,\n      \"projectsCount\": \"string\",\n      \"serviceArea\": \"string\",\n      \"logoUrl\": \"string\",\n      \"isVerified\": false,\n      \"lastActivityAt\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"total\": 5931.5561970747,\n    \"current\": 8651.974731142323,\n    \"limit\": 1605.7921374129803,\n    \"totalPages\": 4766.689428102648,\n    \"hasNextPage\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd3ee098-3612-421f-a76c-04bf46677027",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "category",
                      "value": "string"
                    },
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b19e2ee5-8bd3-49a6-838b-2bdbba7409e0",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "category",
                      "value": "string"
                    },
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43226505-b377-4807-8126-026d2a87c8fe",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "category",
                      "value": "string"
                    },
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c543aa4b-0ae1-465a-8b56-d7e699f54b0a",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "category",
                      "value": "string"
                    },
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "75c6c646-695a-4778-9ef4-2c94496f92f1",
          "name": "Get public details for a company by identity or user ID",
          "request": {
            "name": "Get public details for a company by identity or user ID",
            "description": {},
            "url": {
              "path": [
                "users",
                "company",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Company identity ID or user ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7d5d2a06-eae8-4d09-adc2-a2bf5167cf0d",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "company",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Company identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"name\": \"string\",\n  \"logoUrl\": \"string\",\n  \"isVerified\": false,\n  \"isActiveNow\": true,\n  \"rating\": 8782.97836575455,\n  \"reviewsCount\": 9544.384554818711,\n  \"bio\": \"string\",\n  \"location\": \"string\",\n  \"servicesCount\": 2066.453988840559,\n  \"projectsCount\": 2454.4983734072703,\n  \"services\": [\n    \"string\",\n    \"string\"\n  ],\n  \"projects\": [],\n  \"phone\": \"string\",\n  \"whatsapp\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99b4d31b-21f6-4309-9676-2a7311692ad7",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "company",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Company identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ab18db5-e31b-4e2a-96d9-07582a2642ea",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "company",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Company identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63de5675-42c6-4ff4-9e98-10eb509c5a13",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "company",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Company identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98321bcc-670c-4289-bbba-e9644b03000b",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "company",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Company identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aa1c5dba-db9b-415b-95de-0841ab1ac389",
          "name": "List approved real-estate offices, paginated and filterable",
          "request": {
            "name": "List approved real-estate offices, paginated and filterable",
            "description": {},
            "url": {
              "path": [
                "users",
                "offices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "search",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "107.9117824469736"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "107.9117824469736"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f1f56fb8-91b7-4d0b-8b39-16748567d263",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "offices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"name\": \"string\",\n      \"logoUrl\": \"string\",\n      \"isVerified\": false\n    },\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"name\": \"string\",\n      \"logoUrl\": \"string\",\n      \"isVerified\": false\n    }\n  ],\n  \"meta\": {\n    \"total\": 3149.6766531667986,\n    \"current\": 1065.2017070851216,\n    \"limit\": 358.26857492347597,\n    \"totalPages\": 5785.722482183646,\n    \"hasNextPage\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17763e0a-2ebc-4bcc-a31a-d830ceecca1a",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "offices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a873b476-d4b2-47f2-afcb-2f75d5a00230",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "offices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37fed783-12ab-41b9-9937-0a6e6bc77ce8",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "offices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "844c34ee-9df6-4ed6-959e-b5c3519e6c19",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "offices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "719a47b7-8980-4ff1-8784-5c6779c44aef",
          "name": "Get public details for an office by identity or user ID",
          "request": {
            "name": "Get public details for an office by identity or user ID",
            "description": {},
            "url": {
              "path": [
                "users",
                "office",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Office identity ID or user ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a2b467ae-1a57-48f8-b9fd-0854142a474f",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "office",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Office identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"name\": \"string\",\n  \"logoUrl\": \"string\",\n  \"isVerified\": false,\n  \"isActiveNow\": true,\n  \"rating\": 5928.3752180019665,\n  \"reviewsCount\": 8804.791376877014,\n  \"bio\": \"string\",\n  \"location\": \"string\",\n  \"licenseNumber\": \"string\",\n  \"listingsCount\": 6291.280733881146,\n  \"servicesCount\": 6373.148564509104,\n  \"services\": [\n    \"string\",\n    \"string\"\n  ],\n  \"properties\": [],\n  \"phone\": \"string\",\n  \"whatsapp\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d242d864-e980-4145-8ca4-2fccc022a69d",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "office",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Office identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4637a537-a001-4311-9dae-37e602f4aeb2",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "office",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Office identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28c8bbbc-6e7f-4463-8769-42d1a809c983",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "office",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Office identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79afee5d-5b3c-4136-9c45-4ef896f8fce0",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "office",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Office identity ID or user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "957b13f6-796e-407b-ad88-dbea3c2bb267",
          "name": "Register a new office account, with optional logo/license file upload",
          "request": {
            "name": "Register a new office account, with optional logo/license file upload",
            "description": {},
            "url": {
              "path": [
                "users",
                "register",
                "office"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "logo",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "license",
                  "type": "file",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "b4e07ebe-01b2-4288-8569-1e53978d30ac",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"isDisabled\": true,\n    \"isAdmin\": true,\n    \"role\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\",\n    \"freeAdsRemaining\": 5324.503406823312\n  },\n  \"profile\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": \"string\",\n    \"hqLocation\": \"string\",\n    \"about\": \"string\",\n    \"logoUrl\": \"string\",\n    \"isVerified\": false,\n    \"status\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7433bb29-2911-4bc4-b337-80813f529cae",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edf55731-518c-494f-b37c-5e4e35d1e6b9",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8098664e-60d0-4260-9357-192e10d90c14",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6fefe86-5a83-44cd-8940-302330ca549f",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "register",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8844154-6179-4fa1-a337-4c6f5a1cbe06",
          "name": "Update the current user's profile fields, with optional logo upload",
          "request": {
            "name": "Update the current user's profile fields, with optional logo upload",
            "description": {},
            "url": {
              "path": [
                "users",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "logo",
                  "type": "file",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "ebd7011f-fa91-4825-91e2-2714b29ce3ca",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"isDisabled\": false,\n    \"isAdmin\": false,\n    \"role\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\",\n    \"freeAdsRemaining\": 6752.3297776643085\n  },\n  \"profile\": {\n    \"key_0\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0e61678-de15-48c1-86b5-5077a61fef43",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4c57150-73a7-46d2-971c-0047969b3360",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89a001f6-21db-4ced-81d6-dd1ae08271de",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c80acd1-d914-4408-9ca9-9cd64ab8c6de",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dec5e077-5435-4032-9988-69f8f73979c0",
          "name": "Switch the current user's account role",
          "request": {
            "name": "Switch the current user's account role",
            "description": {},
            "url": {
              "path": [
                "users",
                "role"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"role\": \"INDIVIDUAL\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "cf4e3c5d-5a01-4fb0-b636-6cdbde924383",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"INDIVIDUAL\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"email\": \"string\",\n  \"phone\": \"string\",\n  \"isDisabled\": false,\n  \"isAdmin\": true,\n  \"role\": \"string\",\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\",\n  \"freeAdsRemaining\": 8110.749115832363\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6423b922-5ba1-41c8-a49d-07029275c601",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"INDIVIDUAL\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eea614e7-874b-4301-a0d2-cd47612d9240",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"INDIVIDUAL\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a39ee98d-b06a-46ee-a544-a12e6833036e",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"INDIVIDUAL\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12380850-9485-4567-bb75-e64a8a407be2",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"INDIVIDUAL\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bceac13e-9859-4185-8e31-754aefb01baa",
          "name": "Permanently delete the current user's account",
          "request": {
            "name": "Permanently delete the current user's account",
            "description": {},
            "url": {
              "path": [
                "users",
                "account"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "75499cb8-1b06-4c77-8d0e-b00382fa29aa",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d63e330-0185-472b-8ac2-302e5a0dcbe6",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc433ff1-5006-44cc-a7de-a74768683450",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0aff8608-d3e2-4ec2-874b-1934017bb4a8",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9574ed9d-1d62-4b30-b601-443f488aab46",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7eb6ceed-8b24-404c-83ce-6378aa2f0cac",
          "name": "Temporarily disable the current user's account",
          "request": {
            "name": "Temporarily disable the current user's account",
            "description": {},
            "url": {
              "path": [
                "users",
                "account",
                "disable"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "540d8d96-30d5-4907-8c7a-23aa9f05b867",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account",
                    "disable"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52d2b2aa-f65d-42d6-9166-2353f99aed5c",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account",
                    "disable"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6985d3a8-a24a-4fde-8d13-5c06621d4d37",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account",
                    "disable"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4229605e-7f3c-43c1-8064-376aaefb0895",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account",
                    "disable"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cda08d5c-e398-40df-8373-8c470d9f37b3",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "account",
                    "disable"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "11d2aa83-9cf7-4957-aee1-7b2219b133d3",
          "name": "Get the current user's full profile, active identity, and all identities",
          "request": {
            "name": "Get the current user's full profile, active identity, and all identities",
            "description": {},
            "url": {
              "path": [
                "users",
                "me"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ef243bd4-adda-4156-80b1-b1c510b19a89",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"isDisabled\": true,\n    \"isAdmin\": false,\n    \"role\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\",\n    \"freeAdsRemaining\": 7332.364464658181\n  },\n  \"activeIdentity\": {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"COMPANY\",\n    \"isActive\": false,\n    \"createdAt\": \"2018-03-21T14:21:00.162Z\",\n    \"updatedAt\": \"1958-06-22T12:47:50.221Z\",\n    \"individualData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"whatsapp\": \"string\",\n      \"avatarUrl\": \"string\"\n    },\n    \"companyData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"serviceAreas\": [\n        \"string\",\n        \"string\"\n      ],\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1953-08-23T13:45:18.204Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"latitude\": 2110.241885194719,\n      \"longitude\": 7765.077135452376,\n      \"specialty\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    },\n    \"officeData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1985-11-18T22:23:24.332Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    }\n  },\n  \"identities\": [\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"OFFICE\",\n      \"isActive\": true,\n      \"createdAt\": \"1978-12-26T08:10:09.344Z\",\n      \"updatedAt\": \"1981-01-07T11:28:10.382Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1999-08-27T16:17:24.377Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 3914.123038129426,\n        \"longitude\": 8162.875928506735,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1995-07-20T18:05:46.150Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"COMPANY\",\n      \"isActive\": false,\n      \"createdAt\": \"2020-06-04T04:26:02.858Z\",\n      \"updatedAt\": \"1952-06-29T05:06:09.025Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1957-07-26T17:51:58.956Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 4992.889136761703,\n        \"longitude\": 7596.281481701743,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"2014-09-11T03:29:11.097Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e828b5ff-222a-4aee-af4e-d6706b6ab4bb",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11e3d195-1c74-4ccb-9aa0-0c6e2ba3f3dd",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbe0180c-3f08-446d-b009-628b6fbeab27",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b14ffda6-e0ce-4f81-b3e5-624b4dd83ffa",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d568e87f-1c3a-485e-828d-5b3a6e072add",
          "name": "Get a user (and their identities) by user ID or identity ID",
          "request": {
            "name": "Get a user (and their identities) by user ID or identity ID",
            "description": {},
            "url": {
              "path": [
                "users",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) User ID or identity ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "262b0683-333d-46a0-8c0c-c9c5b3041e69",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID or identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"email\": \"string\",\n  \"phone\": \"string\",\n  \"isDisabled\": false,\n  \"isAdmin\": true,\n  \"identities\": [\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"INDIVIDUAL\",\n      \"isActive\": false,\n      \"createdAt\": \"2013-08-26T21:40:42.008Z\",\n      \"updatedAt\": \"1967-06-29T21:42:46.335Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1966-04-15T20:43:31.212Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 1794.5499982331037,\n        \"longitude\": 365.3062476823998,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"2013-11-21T16:01:57.396Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"OFFICE\",\n      \"isActive\": false,\n      \"createdAt\": \"1947-02-18T15:48:23.010Z\",\n      \"updatedAt\": \"2006-02-16T04:19:18.003Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1962-03-04T00:18:23.981Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 5181.534593994435,\n        \"longitude\": 1751.0896686940225,\n        \"specialty\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1974-06-04T14:58:13.766Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      }\n    }\n  ],\n  \"role\": \"string\",\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\",\n  \"freeAdsRemaining\": 3616.538556932736\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04e9e7f9-f6d8-4896-90be-156fd39e9c14",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID or identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47a2c099-9560-4159-9d9f-1c48e444ca07",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID or identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1b1eaf0-22e3-4046-a6bc-158dbb420139",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID or identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7bfe8c98-4710-4711-b4f4-ca1f866e3f01",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID or identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "7d363298-fd18-4ba6-a72f-600c64c0cd8f",
      "name": "Auth",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "827d1e40-7133-4025-af2a-a244e4e834a4",
          "name": "Log in with email/phone + password, returns a JWT and identity info",
          "request": {
            "name": "Log in with email/phone + password, returns a JWT and identity info",
            "description": {},
            "url": {
              "path": [
                "auth",
                "login"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "abbd699e-9245-4dba-8184-30c3d022ba31",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"createdAt\": \"2009-11-10T22:29:04.777Z\",\n    \"updatedAt\": \"1952-04-05T22:18:30.915Z\",\n    \"isDisabled\": true,\n    \"isBlocked\": false,\n    \"isAdmin\": true\n  },\n  \"activeIdentity\": {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"INDIVIDUAL\",\n    \"isActive\": false,\n    \"createdAt\": \"2017-07-03T16:10:46.134Z\",\n    \"updatedAt\": \"1992-10-23T17:41:25.653Z\",\n    \"individualData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"whatsapp\": \"string\",\n      \"avatarUrl\": \"string\"\n    },\n    \"companyData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"serviceAreas\": [\n        \"string\",\n        \"string\"\n      ],\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1997-05-25T20:00:26.248Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"latitude\": 4172.664320839532,\n      \"longitude\": 3006.890928439685,\n      \"specialty\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    },\n    \"officeData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"2000-09-01T22:28:20.985Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"isVerified\": true,\n      \"status\": \"string\"\n    }\n  },\n  \"identities\": [\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"INDIVIDUAL\",\n      \"isActive\": false,\n      \"createdAt\": \"1967-01-13T01:11:08.481Z\",\n      \"updatedAt\": \"1957-07-09T00:17:04.764Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1976-04-20T12:04:49.823Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 9989.13316403032,\n        \"longitude\": 8916.899909827654,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1964-12-16T02:38:22.670Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"COMPANY\",\n      \"isActive\": false,\n      \"createdAt\": \"1999-01-18T15:27:03.227Z\",\n      \"updatedAt\": \"1996-10-29T09:12:13.042Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1987-11-14T21:20:08.990Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 7043.013488082267,\n        \"longitude\": 4208.241460763078,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1997-09-09T03:02:51.222Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27c36e88-977f-4783-b437-e7108c3f5f93",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "655ae431-40cd-46e6-9d97-4ce355ac1ba7",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcb72f67-dc23-4603-bcba-dd196725b681",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdb52a95-2ca2-4ea9-a8cd-484a53ae1ded",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e2d2a106-5d1a-472a-90d2-0cde1fa824aa",
          "name": "Sign in or register via a verified Google ID token",
          "request": {
            "name": "Sign in or register via a verified Google ID token",
            "description": {},
            "url": {
              "path": [
                "auth",
                "google"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"idToken\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d0f977c8-8ed6-48f8-8fb6-a31d4ac7db2d",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "google"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"idToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"createdAt\": \"1989-11-06T09:40:36.541Z\",\n    \"updatedAt\": \"1956-01-31T07:01:11.326Z\",\n    \"isDisabled\": false,\n    \"isBlocked\": false,\n    \"isAdmin\": true\n  },\n  \"activeIdentity\": {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"COMPANY\",\n    \"isActive\": false,\n    \"createdAt\": \"1993-01-30T13:20:50.887Z\",\n    \"updatedAt\": \"1951-03-30T03:16:08.495Z\",\n    \"individualData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"whatsapp\": \"string\",\n      \"avatarUrl\": \"string\"\n    },\n    \"companyData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"serviceAreas\": [\n        \"string\",\n        \"string\"\n      ],\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1980-05-26T15:22:48.192Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"latitude\": 3647.0590652532687,\n      \"longitude\": 8065.625053931847,\n      \"specialty\": \"string\",\n      \"isVerified\": true,\n      \"status\": \"string\"\n    },\n    \"officeData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"2019-06-18T05:48:21.905Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    }\n  },\n  \"identities\": [\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"COMPANY\",\n      \"isActive\": true,\n      \"createdAt\": \"1976-07-09T20:25:44.382Z\",\n      \"updatedAt\": \"1963-06-19T21:51:09.169Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1989-12-24T16:58:04.383Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 1010.3664120256806,\n        \"longitude\": 9350.025810331643,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1989-09-22T17:39:47.843Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"INDIVIDUAL\",\n      \"isActive\": true,\n      \"createdAt\": \"1948-09-28T16:45:07.278Z\",\n      \"updatedAt\": \"1963-03-20T12:32:29.569Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"2003-04-06T12:40:55.321Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 5859.91981163239,\n        \"longitude\": 4481.676201909747,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1986-05-25T21:31:18.964Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc54ecc7-b290-42a5-b6c1-527c5cd287a8",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "google"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"idToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6f944f3-b448-4491-9c77-94ae2801d014",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "google"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"idToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4627055-2676-4d2d-8584-3f66158a33e3",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "google"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"idToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea30da1b-65b9-43fd-b2a6-24f41f09fd15",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "google"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"idToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "758afff2-5359-43c4-9956-6eaa7e538963",
          "name": "Sign in or register via a verified Apple identity token",
          "request": {
            "name": "Sign in or register via a verified Apple identity token",
            "description": {},
            "url": {
              "path": [
                "auth",
                "apple"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"identityToken\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "bc239891-855e-4df1-b426-278ced4f0537",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "apple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"createdAt\": \"1989-11-06T09:40:36.541Z\",\n    \"updatedAt\": \"1956-01-31T07:01:11.326Z\",\n    \"isDisabled\": false,\n    \"isBlocked\": false,\n    \"isAdmin\": true\n  },\n  \"activeIdentity\": {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"COMPANY\",\n    \"isActive\": false,\n    \"createdAt\": \"1993-01-30T13:20:50.887Z\",\n    \"updatedAt\": \"1951-03-30T03:16:08.495Z\",\n    \"individualData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"whatsapp\": \"string\",\n      \"avatarUrl\": \"string\"\n    },\n    \"companyData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"serviceAreas\": [\n        \"string\",\n        \"string\"\n      ],\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1980-05-26T15:22:48.192Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"latitude\": 3647.0590652532687,\n      \"longitude\": 8065.625053931847,\n      \"specialty\": \"string\",\n      \"isVerified\": true,\n      \"status\": \"string\"\n    },\n    \"officeData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"2019-06-18T05:48:21.905Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    }\n  },\n  \"identities\": [\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"COMPANY\",\n      \"isActive\": true,\n      \"createdAt\": \"1976-07-09T20:25:44.382Z\",\n      \"updatedAt\": \"1963-06-19T21:51:09.169Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1989-12-24T16:58:04.383Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 1010.3664120256806,\n        \"longitude\": 9350.025810331643,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1989-09-22T17:39:47.843Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"INDIVIDUAL\",\n      \"isActive\": true,\n      \"createdAt\": \"1948-09-28T16:45:07.278Z\",\n      \"updatedAt\": \"1963-03-20T12:32:29.569Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"2003-04-06T12:40:55.321Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 5859.91981163239,\n        \"longitude\": 4481.676201909747,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1986-05-25T21:31:18.964Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a844b03a-e92f-4a50-b988-16bfdc3c8582",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "apple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f9dc5fb-e4e2-4b77-a8bf-37dd9e12b310",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "apple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d86fa2cc-cbd7-4c54-83d7-90ad9fe974dc",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "apple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4ca33d3-ce98-4981-a17c-8e3ef8c6c0c7",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "apple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityToken\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e1ab19d-80d4-40de-b1da-b1903ef2b854",
          "name": "Verify the OTP sent during registration and log the user in",
          "request": {
            "name": "Verify the OTP sent during registration and log the user in",
            "description": {},
            "url": {
              "path": [
                "auth",
                "register",
                "verify-otp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"phone\": \"string\",\n  \"otp\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "778a5e71-5a1e-4c19-a975-513eae317a0f",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "register",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phone\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"createdAt\": \"1989-11-06T09:40:36.541Z\",\n    \"updatedAt\": \"1956-01-31T07:01:11.326Z\",\n    \"isDisabled\": false,\n    \"isBlocked\": false,\n    \"isAdmin\": true\n  },\n  \"activeIdentity\": {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"COMPANY\",\n    \"isActive\": false,\n    \"createdAt\": \"1993-01-30T13:20:50.887Z\",\n    \"updatedAt\": \"1951-03-30T03:16:08.495Z\",\n    \"individualData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"whatsapp\": \"string\",\n      \"avatarUrl\": \"string\"\n    },\n    \"companyData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"serviceAreas\": [\n        \"string\",\n        \"string\"\n      ],\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1980-05-26T15:22:48.192Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"latitude\": 3647.0590652532687,\n      \"longitude\": 8065.625053931847,\n      \"specialty\": \"string\",\n      \"isVerified\": true,\n      \"status\": \"string\"\n    },\n    \"officeData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"2019-06-18T05:48:21.905Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    }\n  },\n  \"identities\": [\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"COMPANY\",\n      \"isActive\": true,\n      \"createdAt\": \"1976-07-09T20:25:44.382Z\",\n      \"updatedAt\": \"1963-06-19T21:51:09.169Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1989-12-24T16:58:04.383Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 1010.3664120256806,\n        \"longitude\": 9350.025810331643,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1989-09-22T17:39:47.843Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"INDIVIDUAL\",\n      \"isActive\": true,\n      \"createdAt\": \"1948-09-28T16:45:07.278Z\",\n      \"updatedAt\": \"1963-03-20T12:32:29.569Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"2003-04-06T12:40:55.321Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 5859.91981163239,\n        \"longitude\": 4481.676201909747,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1986-05-25T21:31:18.964Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92d48185-26ff-4c65-a20b-6304c0dd8555",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "register",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phone\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ca73972-2776-42d0-b057-159556644fab",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "register",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phone\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d68adefc-2d88-4117-9cd0-30b692bf8a70",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "register",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phone\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c2fd8e9-894b-40c3-bfb9-7f88c58ceeee",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "register",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phone\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a6637f66-4fe2-49f5-91a4-5c88e04f6f05",
          "name": "Switch the current user's active identity and issue a new JWT for it",
          "request": {
            "name": "Switch the current user's active identity and issue a new JWT for it",
            "description": {},
            "url": {
              "path": [
                "auth",
                "identity",
                "switch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"identityId\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1992009b-65ea-48fb-83e4-ffe7c0c67e3b",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "identity",
                    "switch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"user\": {\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"createdAt\": \"1989-11-06T09:40:36.541Z\",\n    \"updatedAt\": \"1956-01-31T07:01:11.326Z\",\n    \"isDisabled\": false,\n    \"isBlocked\": false,\n    \"isAdmin\": true\n  },\n  \"activeIdentity\": {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"COMPANY\",\n    \"isActive\": false,\n    \"createdAt\": \"1993-01-30T13:20:50.887Z\",\n    \"updatedAt\": \"1951-03-30T03:16:08.495Z\",\n    \"individualData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"whatsapp\": \"string\",\n      \"avatarUrl\": \"string\"\n    },\n    \"companyData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"serviceAreas\": [\n        \"string\",\n        \"string\"\n      ],\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1980-05-26T15:22:48.192Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"latitude\": 3647.0590652532687,\n      \"longitude\": 8065.625053931847,\n      \"specialty\": \"string\",\n      \"isVerified\": true,\n      \"status\": \"string\"\n    },\n    \"officeData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"2019-06-18T05:48:21.905Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    }\n  },\n  \"identities\": [\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"COMPANY\",\n      \"isActive\": true,\n      \"createdAt\": \"1976-07-09T20:25:44.382Z\",\n      \"updatedAt\": \"1963-06-19T21:51:09.169Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1989-12-24T16:58:04.383Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 1010.3664120256806,\n        \"longitude\": 9350.025810331643,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1989-09-22T17:39:47.843Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"userId\": \"string\",\n      \"type\": \"INDIVIDUAL\",\n      \"isActive\": true,\n      \"createdAt\": \"1948-09-28T16:45:07.278Z\",\n      \"updatedAt\": \"1963-03-20T12:32:29.569Z\",\n      \"individualData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"whatsapp\": \"string\",\n        \"avatarUrl\": \"string\"\n      },\n      \"companyData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"serviceAreas\": [\n          \"string\",\n          \"string\"\n        ],\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"2003-04-06T12:40:55.321Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"latitude\": 5859.91981163239,\n        \"longitude\": 4481.676201909747,\n        \"specialty\": \"string\",\n        \"isVerified\": false,\n        \"status\": \"string\"\n      },\n      \"officeData\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"services\": [\n          \"string\",\n          \"string\"\n        ],\n        \"hqLocation\": \"string\",\n        \"about\": \"string\",\n        \"licenseActivity\": \"string\",\n        \"licenseNumber\": \"string\",\n        \"licenseExpiry\": \"1986-05-25T21:31:18.964Z\",\n        \"logoUrl\": \"string\",\n        \"licenseFileUrl\": \"string\",\n        \"isVerified\": true,\n        \"status\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a91f2c5-c08d-48a7-8c20-9c7c8fb21f2c",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "identity",
                    "switch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2866af40-39e1-4c8c-9d40-1d4b19c159bd",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "identity",
                    "switch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eeab0803-b98d-4ced-99a1-f9b6133f17a4",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "identity",
                    "switch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d27bb39-2175-42ff-aac6-866791c45c0f",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "identity",
                    "switch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identityId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "76cb1a65-34db-48e3-9cf4-6891daf1c4a7",
          "name": "Request an OTP to authorize a password change for the current user",
          "request": {
            "name": "Request an OTP to authorize a password change for the current user",
            "description": {},
            "url": {
              "path": [
                "auth",
                "change-password",
                "request-otp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "36d44389-4a86-42ba-8611-25b0c5044a58",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f05fdc5f-ee13-4655-9fc0-a14825caf43d",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7e94461-a92c-4ace-a21a-0e2b2ec59060",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7fb5ed8-e011-4702-b8a5-53079ced6bfd",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb000f7c-8f13-4ab4-a3fd-b3c608bd3ecb",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80089aa9-b37c-4047-bedf-2af53935d7ed",
          "name": "Change the current user's password using an OTP, optionally logging out other devices",
          "request": {
            "name": "Change the current user's password using an OTP, optionally logging out other devices",
            "description": {},
            "url": {
              "path": [
                "auth",
                "change-password"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"oldPassword\": \"string\",\n  \"newPassword\": \"string\",\n  \"otp\": \"string\",\n  \"logoutAllDevices\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "15bfb44a-340e-4525-acfe-8339b386e280",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"oldPassword\": \"string\",\n  \"newPassword\": \"string\",\n  \"otp\": \"string\",\n  \"logoutAllDevices\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73b49e68-ee5c-48a9-a5fa-5e509b82452b",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"oldPassword\": \"string\",\n  \"newPassword\": \"string\",\n  \"otp\": \"string\",\n  \"logoutAllDevices\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "960c94bf-6875-4ed4-a4cb-38db379a6ffd",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"oldPassword\": \"string\",\n  \"newPassword\": \"string\",\n  \"otp\": \"string\",\n  \"logoutAllDevices\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85dcb13b-74fe-497e-bb3d-37fe39bacae8",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"oldPassword\": \"string\",\n  \"newPassword\": \"string\",\n  \"otp\": \"string\",\n  \"logoutAllDevices\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30ced36c-525c-4832-98e9-3abe2063be3c",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "change-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"oldPassword\": \"string\",\n  \"newPassword\": \"string\",\n  \"otp\": \"string\",\n  \"logoutAllDevices\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "8b805042-a988-421f-9404-86cf2ddd6f23",
      "name": "Recovery",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6465c311-1f19-466e-a5c6-15cd57abe3b1",
          "name": "Request a password-reset OTP for an email or phone identifier",
          "request": {
            "name": "Request a password-reset OTP for an email or phone identifier",
            "description": {},
            "url": {
              "path": [
                "auth",
                "recovery",
                "request-otp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"identifier\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "fef89400-af7a-4f71-9e88-4ff87ef242d1",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cbe467a-c70c-4aeb-9f6c-4fd97e0dcaaf",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11d5b234-644a-42d6-a212-d6fbeac76de3",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d8b77ad-63ea-4bc9-b839-50dfc314872f",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aeaa6111-b413-4258-9c49-d7ae63dd3710",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ec6f5b2d-a061-4c2d-a0b4-3448533fa350",
          "name": "Verify the password-reset OTP and receive a temporary reset token",
          "request": {
            "name": "Verify the password-reset OTP and receive a temporary reset token",
            "description": {},
            "url": {
              "path": [
                "auth",
                "recovery",
                "verify-otp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"identifier\": \"string\",\n  \"otp\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "31c72d9c-da30-42d9-ab22-4717cae49d91",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\",\n  \"resetToken\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca7aeb1f-7971-4245-907d-04970c54b8c2",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5970debb-3054-4f5a-95e8-ce7f37e192aa",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49a5bf39-15c3-43d3-abe4-a29bdf92cb4f",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ed73ce7-1e4d-4beb-9319-73428f50d7cd",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identifier\": \"string\",\n  \"otp\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b5adc3e3-4345-4d0e-88c5-289cc891bff3",
          "name": "Set a new password using the temporary reset token",
          "request": {
            "name": "Set a new password using the temporary reset token",
            "description": {},
            "url": {
              "path": [
                "auth",
                "recovery",
                "reset-password"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"resetToken\": \"string\",\n  \"newPassword\": \"stringstring\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0ac65d95-af73-4846-aca9-42296b1830f3",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "reset-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"resetToken\": \"string\",\n  \"newPassword\": \"stringstring\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19cbc3e0-0d58-4340-81c1-4dc103815868",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "reset-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"resetToken\": \"string\",\n  \"newPassword\": \"stringstring\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88582a29-2002-464c-ac74-22ecb33e61a0",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "reset-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"resetToken\": \"string\",\n  \"newPassword\": \"stringstring\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "691d32c0-3310-469c-bdc7-f4a6ee930064",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "reset-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"resetToken\": \"string\",\n  \"newPassword\": \"stringstring\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe7a162f-179a-44d6-8c28-24a168d6004e",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "auth",
                    "recovery",
                    "reset-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"resetToken\": \"string\",\n  \"newPassword\": \"stringstring\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "69e76087-0e2f-4dc9-a673-aedeb9137601",
      "name": "Properties",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6d90d0cf-26f1-499d-a076-f2319194ed79",
          "name": "Get the home feed: top sale/rent/exchange listings and top companies",
          "request": {
            "name": "Get the home feed: top sale/rent/exchange listings and top companies",
            "description": {},
            "url": {
              "path": [
                "properties",
                "feed",
                "home"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "65aacefe-1612-4bc4-891f-a30980de4067",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "feed",
                    "home"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"sale\": [\n    {\n      \"id\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 6128.3019310536065,\n      \"companyName\": \"string\",\n      \"isFeatured\": true,\n      \"type\": \"string\",\n      \"categoryLabel\": \"string\",\n      \"area\": 6751.394752862801,\n      \"beds\": 3309.830415632018,\n      \"baths\": 7500.342103330657,\n      \"location\": \"string\",\n      \"createdAt\": \"1990-06-13T01:52:10.574Z\",\n      \"phoneNumber\": \"string\",\n      \"identityId\": \"string\",\n      \"identityType\": \"COMPANY\"\n    },\n    {\n      \"id\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 4635.045022813182,\n      \"companyName\": \"string\",\n      \"isFeatured\": true,\n      \"type\": \"string\",\n      \"categoryLabel\": \"string\",\n      \"area\": 297.8644216447579,\n      \"beds\": 6519.947414574666,\n      \"baths\": 9651.009274121876,\n      \"location\": \"string\",\n      \"createdAt\": \"2007-01-18T22:09:51.541Z\",\n      \"phoneNumber\": \"string\",\n      \"identityId\": \"string\",\n      \"identityType\": \"COMPANY\"\n    }\n  ],\n  \"rent\": [\n    {\n      \"id\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 3483.2802580137854,\n      \"companyName\": \"string\",\n      \"isFeatured\": true,\n      \"type\": \"string\",\n      \"categoryLabel\": \"string\",\n      \"area\": 6198.710587841813,\n      \"beds\": 6323.769493499772,\n      \"baths\": 9119.002292241608,\n      \"location\": \"string\",\n      \"createdAt\": \"1975-08-15T16:00:37.443Z\",\n      \"phoneNumber\": \"string\",\n      \"identityId\": \"string\",\n      \"identityType\": \"INDIVIDUAL\"\n    },\n    {\n      \"id\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 7773.412415760149,\n      \"companyName\": \"string\",\n      \"isFeatured\": false,\n      \"type\": \"string\",\n      \"categoryLabel\": \"string\",\n      \"area\": 4858.06422634501,\n      \"beds\": 7677.150634372616,\n      \"baths\": 7553.309992655569,\n      \"location\": \"string\",\n      \"createdAt\": \"1977-11-18T12:06:52.111Z\",\n      \"phoneNumber\": \"string\",\n      \"identityId\": \"string\",\n      \"identityType\": \"COMPANY\"\n    }\n  ],\n  \"exchange\": [\n    {\n      \"id\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 4302.874314779445,\n      \"companyName\": \"string\",\n      \"isFeatured\": false,\n      \"type\": \"string\",\n      \"categoryLabel\": \"string\",\n      \"area\": 3050.0079856426,\n      \"beds\": 4449.417264073868,\n      \"baths\": 7657.486646227494,\n      \"location\": \"string\",\n      \"createdAt\": \"1987-06-02T19:04:42.522Z\",\n      \"phoneNumber\": \"string\",\n      \"identityId\": \"string\",\n      \"identityType\": \"INDIVIDUAL\"\n    },\n    {\n      \"id\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 7224.898866655251,\n      \"companyName\": \"string\",\n      \"isFeatured\": true,\n      \"type\": \"string\",\n      \"categoryLabel\": \"string\",\n      \"area\": 8340.548645719244,\n      \"beds\": 2069.0636809263165,\n      \"baths\": 5.483551699968503,\n      \"location\": \"string\",\n      \"createdAt\": \"2013-10-15T17:26:56.731Z\",\n      \"phoneNumber\": \"string\",\n      \"identityId\": \"string\",\n      \"identityType\": \"COMPANY\"\n    }\n  ],\n  \"companies\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"category\": \"string\",\n      \"rating\": 5168.832475492235,\n      \"projectsCount\": \"string\",\n      \"serviceArea\": \"string\",\n      \"logoUrl\": \"string\",\n      \"isVerified\": true\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"category\": \"string\",\n      \"rating\": 3399.978419416887,\n      \"projectsCount\": \"string\",\n      \"serviceArea\": \"string\",\n      \"logoUrl\": \"string\",\n      \"isVerified\": false\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5d1e757-4b4f-496d-8882-09619ffb628d",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "feed",
                    "home"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb2db34f-5adc-4dc5-9981-332ed857ecb7",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "feed",
                    "home"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac71ae78-6f49-4b5e-8c4f-28e4c0edbacd",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "feed",
                    "home"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8005ec7-f136-4ec4-9e7e-e7e660376dff",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "feed",
                    "home"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1b03faf-2d60-4f3d-8ea5-f9ff27edcc8c",
          "name": "Get the static list of selectable property features, grouped by listing type",
          "request": {
            "name": "Get the static list of selectable property features, grouped by listing type",
            "description": {},
            "url": {
              "path": [
                "properties",
                "metadata",
                "features"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "4a4e52b2-87a1-4e04-b8b8-1e23b8051f22",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "metadata",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"sell\": [\n    {\n      \"id\": \"string\",\n      \"label\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"label\": \"string\"\n    }\n  ],\n  \"rent\": [\n    {\n      \"id\": \"string\",\n      \"label\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"label\": \"string\"\n    }\n  ],\n  \"exchange\": [\n    {\n      \"id\": \"string\",\n      \"label\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"label\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5bb99278-4e78-45a8-bec6-4a1faa59970a",
          "name": "List the current identity's own properties, optionally filtered by status",
          "request": {
            "name": "List the current identity's own properties, optionally filtered by status",
            "description": {},
            "url": {
              "path": [
                "properties",
                "me",
                "activity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string",
                  "description": "ListingStatus enum value"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "333f66be-e1ea-4825-94e1-fec6abb0daa5",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "me",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"images\": [\n      \"string\",\n      \"string\"\n    ],\n    \"price\": 5122.451745895605,\n    \"type\": \"string\",\n    \"category\": \"string\",\n    \"status\": \"string\",\n    \"updatedAt\": \"1997-10-09T13:31:12.433Z\",\n    \"isPremium\": false,\n    \"isHidden\": false,\n    \"location\": \"string\",\n    \"description\": \"string\",\n    \"automatedNumber\": \"string\",\n    \"beds\": 6381.836799618382,\n    \"baths\": 5972.1260460586645,\n    \"areaSize\": 4616.231293795845,\n    \"floors\": 9679.194176241675,\n    \"views\": 5070.13522840803\n  },\n  {\n    \"id\": \"string\",\n    \"images\": [\n      \"string\",\n      \"string\"\n    ],\n    \"price\": 1681.4538784121892,\n    \"type\": \"string\",\n    \"category\": \"string\",\n    \"status\": \"string\",\n    \"updatedAt\": \"1978-06-17T21:57:22.796Z\",\n    \"isPremium\": true,\n    \"isHidden\": true,\n    \"location\": \"string\",\n    \"description\": \"string\",\n    \"automatedNumber\": \"string\",\n    \"beds\": 8420.531499373034,\n    \"baths\": 7647.731254752519,\n    \"areaSize\": 6865.671206657203,\n    \"floors\": 4403.401954513618,\n    \"views\": 2964.852858614595\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9421ceca-1a65-41cc-9d3c-83c3fe081b31",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "me",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a83abda-cad4-47f5-b496-1020a46e2e9d",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "me",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29238968-e523-477a-88c4-a9f84fcfdf35",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "me",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a905ac2-f614-4d73-88f8-d88407cb6b41",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    "me",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aaab8d6f-c4f1-46a1-b13d-e8f8bd5d520c",
          "name": "List active properties, paginated and filterable",
          "request": {
            "name": "List active properties, paginated and filterable",
            "description": {},
            "url": {
              "path": [
                "properties"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "type",
                  "value": "AUCTION"
                },
                {
                  "disabled": false,
                  "key": "identityId",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "107.9117824469736"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "107.9117824469736"
                },
                {
                  "disabled": false,
                  "key": "type",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "identityId",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "107.9117824469736"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "107.9117824469736"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1dabc3a1-55f9-4997-bb83-33099bacfa36",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "AUCTION"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 5299.049898195426,\n      \"companyName\": \"string\",\n      \"isFeatured\": false,\n      \"type\": \"string\",\n      \"categoryLabel\": \"string\",\n      \"area\": 781.0206595701009,\n      \"beds\": 2157.1933486564244,\n      \"baths\": 3085.6123202548015,\n      \"location\": \"string\",\n      \"createdAt\": \"2025-12-19T02:16:51.054Z\",\n      \"phoneNumber\": \"string\",\n      \"identityId\": \"string\",\n      \"identityType\": \"INDIVIDUAL\"\n    },\n    {\n      \"id\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 6925.455288984007,\n      \"companyName\": \"string\",\n      \"isFeatured\": false,\n      \"type\": \"string\",\n      \"categoryLabel\": \"string\",\n      \"area\": 4342.251743380486,\n      \"beds\": 4474.117754614597,\n      \"baths\": 1740.2808269363013,\n      \"location\": \"string\",\n      \"createdAt\": \"1955-11-23T00:35:40.373Z\",\n      \"phoneNumber\": \"string\",\n      \"identityId\": \"string\",\n      \"identityType\": \"OFFICE\"\n    }\n  ],\n  \"meta\": {\n    \"total\": 3425.6272254141895,\n    \"current\": 3951.4743622147475,\n    \"limit\": 4969.570091362265,\n    \"totalPages\": 166.7506815107478,\n    \"hasNextPage\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef4887bb-fb82-423c-b828-5ddcf56710a6",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "AUCTION"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36bda164-df6b-499f-bf72-2242755fc53b",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "AUCTION"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e9b9c81-49c3-4eba-9034-8565a502975b",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "AUCTION"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc75dd5e-9869-475d-9309-3bd2ebfd57df",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "AUCTION"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "identityId",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "107.9117824469736"
                    },
                    {
                      "key": "limit",
                      "value": "107.9117824469736"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7f21dde3-681a-43da-b2f9-d2239785136a",
          "name": "Create a new property listing for the current identity, with up to 10 images",
          "request": {
            "name": "Create a new property listing for the current identity, with up to 10 images",
            "description": {},
            "url": {
              "path": [
                "properties"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "isDraft",
                  "value": "true",
                  "type": "text",
                  "description": "(Required) "
                },
                {
                  "key": "type",
                  "value": "DEAL",
                  "type": "text",
                  "description": "(Required)  (This can only be one of SALE,RENT,EXCHANGE,AUCTION,DEAL)"
                },
                {
                  "key": "category",
                  "value": "OFFICE",
                  "type": "text",
                  "description": "(Required)  (This can only be one of COMMERCIAL,INVESTMENT,INDUSTRIAL,COASTAL,OFFICE,PRIVATE,HOUSE,APARTMENT,VILLA,BUILDING,LAND,CHALET,RESIDENTIAL)"
                },
                {
                  "key": "areaSize",
                  "value": "1638.7685014842245",
                  "type": "text",
                  "description": "(Required) "
                },
                {
                  "key": "beds",
                  "value": "6742.768592568736",
                  "type": "text",
                  "description": "(Required) "
                },
                {
                  "key": "baths",
                  "value": "504.95470842616743",
                  "type": "text",
                  "description": "(Required) "
                },
                {
                  "key": "location",
                  "value": "string",
                  "type": "text",
                  "description": "(Required) "
                },
                {
                  "key": "description",
                  "value": "string",
                  "type": "text",
                  "description": "(Required) "
                },
                {
                  "key": "images",
                  "value": "[\"string\",\"string\"]",
                  "type": "text",
                  "description": "(Required) "
                },
                {
                  "key": "planSlotId",
                  "value": "string",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "propertyAge",
                  "value": "5064.075233609011",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "latitude",
                  "value": "2934.341287260556",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "longitude",
                  "value": "3099.4961270223275",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "price",
                  "value": "7295.91073890919",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "propertyIncome",
                  "value": "7142.782062554135",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "requestYear",
                  "value": "9723.308173589432",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "requiredYear",
                  "value": "8407.885550188052",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "exchangeStatus",
                  "value": "LAND",
                  "type": "text",
                  "description": " (This can only be one of BUILDING,LAND)"
                },
                {
                  "key": "isFeatured",
                  "value": "false",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "phoneNumber",
                  "value": "string",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "automatedNumber",
                  "value": "string",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "floors",
                  "value": "2926.9003392856953",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "governorateId",
                  "value": "string",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "areaId",
                  "value": "string",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "additionalExpenses",
                  "value": "string",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "rentConditions",
                  "value": "string",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "19d83eeb-5aaa-4c16-a102-0ef114f7343e",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "isDraft",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of SALE,RENT,EXCHANGE,AUCTION,DEAL)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "SALE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of COMMERCIAL,INVESTMENT,INDUSTRIAL,COASTAL,OFFICE,PRIVATE,HOUSE,APARTMENT,VILLA,BUILDING,LAND,CHALET,RESIDENTIAL)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "HOUSE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "areaSize",
                      "value": "8326.867479131608",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "beds",
                      "value": "7857.9962803465",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "baths",
                      "value": "5970.242567464296",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "location",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "description",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "planSlotId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyAge",
                      "value": "120.30199104207662",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "8559.458419715387",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "6840.658083772949",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "price",
                      "value": "5434.744766917673",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyIncome",
                      "value": "3666.9134567080373",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requestYear",
                      "value": "169.07536939716138",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requiredYear",
                      "value": "1986.539012185803",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": " (This can only be one of BUILDING,LAND)",
                        "type": "text/plain"
                      },
                      "key": "exchangeStatus",
                      "value": "BUILDING",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "isFeatured",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "phoneNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "automatedNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "floors",
                      "value": "935.1893848941262",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "governorateId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "areaId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "additionalExpenses",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "rentConditions",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"referenceNumber\": 4776.277391232146,\n  \"type\": \"string\",\n  \"category\": \"string\",\n  \"isFeatured\": false,\n  \"featuredUntil\": \"1960-09-12T05:06:52.794Z\",\n  \"isPriority\": false,\n  \"price\": 958.1284410946112,\n  \"beds\": 4290.046429776729,\n  \"baths\": 5268.373126841478,\n  \"location\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"createdAt\": \"1948-11-26T20:14:45.431Z\",\n  \"updatedAt\": \"1997-02-07T13:47:22.914Z\",\n  \"views\": 6972.834994468676,\n  \"areaId\": \"string\",\n  \"areaSize\": 9755.600980353649,\n  \"auctionStatus\": \"string\",\n  \"endDate\": \"2006-12-17T19:08:41.942Z\",\n  \"floors\": 8713.70135312832,\n  \"features\": {},\n  \"governorateId\": \"string\",\n  \"requestYear\": 737.4610396717085,\n  \"requiredYear\": 7676.154088114756,\n  \"salePercentage\": 6923.662876690514,\n  \"startDate\": \"1976-12-22T06:44:58.232Z\",\n  \"exchangeStatus\": \"string\",\n  \"latitude\": 2814.8669972402595,\n  \"longitude\": 7918.744140304482,\n  \"propertyAge\": 8107.11189050633,\n  \"propertyIncome\": 5917.337448308395,\n  \"status\": \"string\",\n  \"isHidden\": true,\n  \"additionalExpenses\": \"string\",\n  \"automatedNumber\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"rentConditions\": \"string\",\n  \"planSlotId\": \"string\",\n  \"host\": {\n    \"name\": \"string\",\n    \"avatarUrl\": \"string\",\n    \"joinedDate\": \"string\",\n    \"isVerified\": true,\n    \"rating\": 933.6275021611451,\n    \"role\": \"COMPANY\",\n    \"id\": \"string\"\n  },\n  \"licenseNumber\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a91ea22a-2483-4883-ac28-d89892b03774",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "isDraft",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of SALE,RENT,EXCHANGE,AUCTION,DEAL)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "SALE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of COMMERCIAL,INVESTMENT,INDUSTRIAL,COASTAL,OFFICE,PRIVATE,HOUSE,APARTMENT,VILLA,BUILDING,LAND,CHALET,RESIDENTIAL)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "HOUSE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "areaSize",
                      "value": "8326.867479131608",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "beds",
                      "value": "7857.9962803465",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "baths",
                      "value": "5970.242567464296",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "location",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "description",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "planSlotId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyAge",
                      "value": "120.30199104207662",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "8559.458419715387",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "6840.658083772949",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "price",
                      "value": "5434.744766917673",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyIncome",
                      "value": "3666.9134567080373",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requestYear",
                      "value": "169.07536939716138",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requiredYear",
                      "value": "1986.539012185803",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": " (This can only be one of BUILDING,LAND)",
                        "type": "text/plain"
                      },
                      "key": "exchangeStatus",
                      "value": "BUILDING",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "isFeatured",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "phoneNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "automatedNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "floors",
                      "value": "935.1893848941262",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "governorateId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "areaId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "additionalExpenses",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "rentConditions",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5af33b2-c3f5-43bd-a538-19dc3cd74d7d",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "isDraft",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of SALE,RENT,EXCHANGE,AUCTION,DEAL)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "SALE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of COMMERCIAL,INVESTMENT,INDUSTRIAL,COASTAL,OFFICE,PRIVATE,HOUSE,APARTMENT,VILLA,BUILDING,LAND,CHALET,RESIDENTIAL)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "HOUSE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "areaSize",
                      "value": "8326.867479131608",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "beds",
                      "value": "7857.9962803465",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "baths",
                      "value": "5970.242567464296",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "location",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "description",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "planSlotId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyAge",
                      "value": "120.30199104207662",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "8559.458419715387",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "6840.658083772949",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "price",
                      "value": "5434.744766917673",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyIncome",
                      "value": "3666.9134567080373",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requestYear",
                      "value": "169.07536939716138",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requiredYear",
                      "value": "1986.539012185803",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": " (This can only be one of BUILDING,LAND)",
                        "type": "text/plain"
                      },
                      "key": "exchangeStatus",
                      "value": "BUILDING",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "isFeatured",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "phoneNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "automatedNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "floors",
                      "value": "935.1893848941262",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "governorateId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "areaId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "additionalExpenses",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "rentConditions",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb717270-5318-46e0-950f-8a22d74463e1",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "isDraft",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of SALE,RENT,EXCHANGE,AUCTION,DEAL)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "SALE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of COMMERCIAL,INVESTMENT,INDUSTRIAL,COASTAL,OFFICE,PRIVATE,HOUSE,APARTMENT,VILLA,BUILDING,LAND,CHALET,RESIDENTIAL)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "HOUSE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "areaSize",
                      "value": "8326.867479131608",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "beds",
                      "value": "7857.9962803465",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "baths",
                      "value": "5970.242567464296",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "location",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "description",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "planSlotId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyAge",
                      "value": "120.30199104207662",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "8559.458419715387",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "6840.658083772949",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "price",
                      "value": "5434.744766917673",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyIncome",
                      "value": "3666.9134567080373",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requestYear",
                      "value": "169.07536939716138",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requiredYear",
                      "value": "1986.539012185803",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": " (This can only be one of BUILDING,LAND)",
                        "type": "text/plain"
                      },
                      "key": "exchangeStatus",
                      "value": "BUILDING",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "isFeatured",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "phoneNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "automatedNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "floors",
                      "value": "935.1893848941262",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "governorateId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "areaId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "additionalExpenses",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "rentConditions",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3be60c8f-cd46-443d-a244-43fddbf15002",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "isDraft",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of SALE,RENT,EXCHANGE,AUCTION,DEAL)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "SALE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required)  (This can only be one of COMMERCIAL,INVESTMENT,INDUSTRIAL,COASTAL,OFFICE,PRIVATE,HOUSE,APARTMENT,VILLA,BUILDING,LAND,CHALET,RESIDENTIAL)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "HOUSE",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "areaSize",
                      "value": "8326.867479131608",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "beds",
                      "value": "7857.9962803465",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "baths",
                      "value": "5970.242567464296",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "location",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "description",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "planSlotId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyAge",
                      "value": "120.30199104207662",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "8559.458419715387",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "6840.658083772949",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "price",
                      "value": "5434.744766917673",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "propertyIncome",
                      "value": "3666.9134567080373",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requestYear",
                      "value": "169.07536939716138",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "requiredYear",
                      "value": "1986.539012185803",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": " (This can only be one of BUILDING,LAND)",
                        "type": "text/plain"
                      },
                      "key": "exchangeStatus",
                      "value": "BUILDING",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "isFeatured",
                      "value": "false",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "phoneNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "automatedNumber",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "floors",
                      "value": "935.1893848941262",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "governorateId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "areaId",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "additionalExpenses",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "rentConditions",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77663217-639f-4bfa-9ee1-189d42640088",
          "name": "Get a single property by ID",
          "request": {
            "name": "Get a single property by ID",
            "description": {},
            "url": {
              "path": [
                "properties",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Property ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "26a95435-aa3d-452d-abc8-94bd44d49ec7",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"referenceNumber\": 742.9937185541302,\n  \"type\": \"string\",\n  \"category\": \"string\",\n  \"isFeatured\": true,\n  \"featuredUntil\": \"1982-11-30T14:14:43.163Z\",\n  \"isPriority\": true,\n  \"price\": 9855.63143683455,\n  \"beds\": 5357.955013191235,\n  \"baths\": 6363.389248846049,\n  \"location\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"createdAt\": \"2012-12-17T21:55:39.456Z\",\n  \"updatedAt\": \"1960-02-19T08:33:36.647Z\",\n  \"views\": 2754.266573979398,\n  \"areaId\": \"string\",\n  \"areaSize\": 6781.373359000442,\n  \"auctionStatus\": \"string\",\n  \"endDate\": \"1964-05-11T04:03:29.204Z\",\n  \"floors\": 4797.8505752616575,\n  \"features\": {},\n  \"governorateId\": \"string\",\n  \"requestYear\": 7757.456751247053,\n  \"requiredYear\": 9160.568313073414,\n  \"salePercentage\": 873.360500714917,\n  \"startDate\": \"2024-06-27T20:12:22.129Z\",\n  \"exchangeStatus\": \"string\",\n  \"latitude\": 1908.5309252191018,\n  \"longitude\": 3703.151217443953,\n  \"propertyAge\": 7153.971833986977,\n  \"propertyIncome\": 1206.8275916572668,\n  \"status\": \"string\",\n  \"isHidden\": false,\n  \"additionalExpenses\": \"string\",\n  \"automatedNumber\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"rentConditions\": \"string\",\n  \"planSlotId\": \"string\",\n  \"host\": {\n    \"name\": \"string\",\n    \"avatarUrl\": \"string\",\n    \"joinedDate\": \"string\",\n    \"isVerified\": true,\n    \"rating\": 323.59765876100346,\n    \"role\": \"OFFICE\",\n    \"id\": \"string\"\n  },\n  \"licenseNumber\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cce776c7-3e51-47ea-a793-07f369d1bd00",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6465a449-cf40-4cf8-9ea9-47986ee2b7c7",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92c40b37-ef1a-48f6-9176-1030bcda9ad3",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25265c04-ae2e-4a12-9bf1-15524a404769",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "571295b7-bd08-4447-b483-53f2e0fa3a63",
          "name": "Update one of the current identity's properties",
          "request": {
            "name": "Update one of the current identity's properties",
            "description": {},
            "url": {
              "path": [
                "properties",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Property ID"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"isDraft\": true,\n  \"planSlotId\": \"string\",\n  \"type\": \"AUCTION\",\n  \"category\": \"VILLA\",\n  \"areaSize\": 2264.9742218068213,\n  \"beds\": 2765.8267199683683,\n  \"baths\": 9564.982175943423,\n  \"location\": \"string\",\n  \"description\": \"string\",\n  \"propertyAge\": 127.3519635820286,\n  \"latitude\": 6145.178230351403,\n  \"longitude\": 6311.013531256331,\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"price\": 401.92519203643974,\n  \"propertyIncome\": 5035.309196719211,\n  \"requestYear\": 1882.5872999955561,\n  \"requiredYear\": 6822.137516065211,\n  \"exchangeStatus\": \"LAND\",\n  \"isFeatured\": true,\n  \"phoneNumber\": \"string\",\n  \"automatedNumber\": \"string\",\n  \"floors\": 8039.487529675089,\n  \"governorateId\": \"string\",\n  \"areaId\": \"string\",\n  \"additionalExpenses\": \"string\",\n  \"rentConditions\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7af45a97-f999-4057-a38d-31a3943a09fd",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"isDraft\": false,\n  \"planSlotId\": \"string\",\n  \"type\": \"DEAL\",\n  \"category\": \"RESIDENTIAL\",\n  \"areaSize\": 2410.938601985012,\n  \"beds\": 832.9164415380908,\n  \"baths\": 4993.914263575646,\n  \"location\": \"string\",\n  \"description\": \"string\",\n  \"propertyAge\": 3071.4348320557274,\n  \"latitude\": 2019.7382543932952,\n  \"longitude\": 4675.208219911195,\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"price\": 6920.528667648909,\n  \"propertyIncome\": 9217.292765599846,\n  \"requestYear\": 4890.981521376797,\n  \"requiredYear\": 9142.063303282792,\n  \"exchangeStatus\": \"BUILDING\",\n  \"isFeatured\": true,\n  \"phoneNumber\": \"string\",\n  \"automatedNumber\": \"string\",\n  \"floors\": 7447.479663552812,\n  \"governorateId\": \"string\",\n  \"areaId\": \"string\",\n  \"additionalExpenses\": \"string\",\n  \"rentConditions\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"referenceNumber\": 742.9937185541302,\n  \"type\": \"string\",\n  \"category\": \"string\",\n  \"isFeatured\": true,\n  \"featuredUntil\": \"1982-11-30T14:14:43.163Z\",\n  \"isPriority\": true,\n  \"price\": 9855.63143683455,\n  \"beds\": 5357.955013191235,\n  \"baths\": 6363.389248846049,\n  \"location\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"createdAt\": \"2012-12-17T21:55:39.456Z\",\n  \"updatedAt\": \"1960-02-19T08:33:36.647Z\",\n  \"views\": 2754.266573979398,\n  \"areaId\": \"string\",\n  \"areaSize\": 6781.373359000442,\n  \"auctionStatus\": \"string\",\n  \"endDate\": \"1964-05-11T04:03:29.204Z\",\n  \"floors\": 4797.8505752616575,\n  \"features\": {},\n  \"governorateId\": \"string\",\n  \"requestYear\": 7757.456751247053,\n  \"requiredYear\": 9160.568313073414,\n  \"salePercentage\": 873.360500714917,\n  \"startDate\": \"2024-06-27T20:12:22.129Z\",\n  \"exchangeStatus\": \"string\",\n  \"latitude\": 1908.5309252191018,\n  \"longitude\": 3703.151217443953,\n  \"propertyAge\": 7153.971833986977,\n  \"propertyIncome\": 1206.8275916572668,\n  \"status\": \"string\",\n  \"isHidden\": false,\n  \"additionalExpenses\": \"string\",\n  \"automatedNumber\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"rentConditions\": \"string\",\n  \"planSlotId\": \"string\",\n  \"host\": {\n    \"name\": \"string\",\n    \"avatarUrl\": \"string\",\n    \"joinedDate\": \"string\",\n    \"isVerified\": true,\n    \"rating\": 323.59765876100346,\n    \"role\": \"OFFICE\",\n    \"id\": \"string\"\n  },\n  \"licenseNumber\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78b2b478-6c98-43a1-8486-51d19add2b71",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"isDraft\": false,\n  \"planSlotId\": \"string\",\n  \"type\": \"DEAL\",\n  \"category\": \"RESIDENTIAL\",\n  \"areaSize\": 2410.938601985012,\n  \"beds\": 832.9164415380908,\n  \"baths\": 4993.914263575646,\n  \"location\": \"string\",\n  \"description\": \"string\",\n  \"propertyAge\": 3071.4348320557274,\n  \"latitude\": 2019.7382543932952,\n  \"longitude\": 4675.208219911195,\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"price\": 6920.528667648909,\n  \"propertyIncome\": 9217.292765599846,\n  \"requestYear\": 4890.981521376797,\n  \"requiredYear\": 9142.063303282792,\n  \"exchangeStatus\": \"BUILDING\",\n  \"isFeatured\": true,\n  \"phoneNumber\": \"string\",\n  \"automatedNumber\": \"string\",\n  \"floors\": 7447.479663552812,\n  \"governorateId\": \"string\",\n  \"areaId\": \"string\",\n  \"additionalExpenses\": \"string\",\n  \"rentConditions\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de18dc14-b085-493e-beb4-2d994c3ae547",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"isDraft\": false,\n  \"planSlotId\": \"string\",\n  \"type\": \"DEAL\",\n  \"category\": \"RESIDENTIAL\",\n  \"areaSize\": 2410.938601985012,\n  \"beds\": 832.9164415380908,\n  \"baths\": 4993.914263575646,\n  \"location\": \"string\",\n  \"description\": \"string\",\n  \"propertyAge\": 3071.4348320557274,\n  \"latitude\": 2019.7382543932952,\n  \"longitude\": 4675.208219911195,\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"price\": 6920.528667648909,\n  \"propertyIncome\": 9217.292765599846,\n  \"requestYear\": 4890.981521376797,\n  \"requiredYear\": 9142.063303282792,\n  \"exchangeStatus\": \"BUILDING\",\n  \"isFeatured\": true,\n  \"phoneNumber\": \"string\",\n  \"automatedNumber\": \"string\",\n  \"floors\": 7447.479663552812,\n  \"governorateId\": \"string\",\n  \"areaId\": \"string\",\n  \"additionalExpenses\": \"string\",\n  \"rentConditions\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4889e110-ead8-43d1-87c4-f0f2c9361f4f",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"isDraft\": false,\n  \"planSlotId\": \"string\",\n  \"type\": \"DEAL\",\n  \"category\": \"RESIDENTIAL\",\n  \"areaSize\": 2410.938601985012,\n  \"beds\": 832.9164415380908,\n  \"baths\": 4993.914263575646,\n  \"location\": \"string\",\n  \"description\": \"string\",\n  \"propertyAge\": 3071.4348320557274,\n  \"latitude\": 2019.7382543932952,\n  \"longitude\": 4675.208219911195,\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"price\": 6920.528667648909,\n  \"propertyIncome\": 9217.292765599846,\n  \"requestYear\": 4890.981521376797,\n  \"requiredYear\": 9142.063303282792,\n  \"exchangeStatus\": \"BUILDING\",\n  \"isFeatured\": true,\n  \"phoneNumber\": \"string\",\n  \"automatedNumber\": \"string\",\n  \"floors\": 7447.479663552812,\n  \"governorateId\": \"string\",\n  \"areaId\": \"string\",\n  \"additionalExpenses\": \"string\",\n  \"rentConditions\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42b65357-79a3-4910-9462-23ddd6dab762",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"isDraft\": false,\n  \"planSlotId\": \"string\",\n  \"type\": \"DEAL\",\n  \"category\": \"RESIDENTIAL\",\n  \"areaSize\": 2410.938601985012,\n  \"beds\": 832.9164415380908,\n  \"baths\": 4993.914263575646,\n  \"location\": \"string\",\n  \"description\": \"string\",\n  \"propertyAge\": 3071.4348320557274,\n  \"latitude\": 2019.7382543932952,\n  \"longitude\": 4675.208219911195,\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"price\": 6920.528667648909,\n  \"propertyIncome\": 9217.292765599846,\n  \"requestYear\": 4890.981521376797,\n  \"requiredYear\": 9142.063303282792,\n  \"exchangeStatus\": \"BUILDING\",\n  \"isFeatured\": true,\n  \"phoneNumber\": \"string\",\n  \"automatedNumber\": \"string\",\n  \"floors\": 7447.479663552812,\n  \"governorateId\": \"string\",\n  \"areaId\": \"string\",\n  \"additionalExpenses\": \"string\",\n  \"rentConditions\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "524e99f8-2dfa-4070-b56d-6440b14fe175",
          "name": "Delete one of the current identity's properties, with an optional reason",
          "request": {
            "name": "Delete one of the current identity's properties, with an optional reason",
            "description": {},
            "url": {
              "path": [
                "properties",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Property ID"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"reason\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "cfa51b34-742c-4dcd-929c-17ec8f41a8b6",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0538eafd-3fa3-4757-926a-39181ae9627b",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1eb67513-369d-458c-8370-3742789fb3c2",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc4cd87e-9117-4e17-b8aa-76217558b1b0",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52ce0c08-520a-4ef6-b6e0-25873b9a3739",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "877cd90d-9841-4079-b190-f73e55fd4c32",
          "name": "Increment the view counter for a property",
          "request": {
            "name": "Increment the view counter for a property",
            "description": {},
            "url": {
              "path": [
                "properties",
                ":id",
                "view"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Property ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null
          },
          "response": [
            {
              "id": "40105f63-2499-443e-83aa-43dcb162bd98",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id",
                    "view"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6f60d9d-3366-40ff-a5ba-7928f5b3d769",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id",
                    "view"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18dab566-35cc-423b-8dd4-c0cffed3a360",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id",
                    "view"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ee637d3-2fc0-41c9-a36a-e1243693b9a2",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id",
                    "view"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6987dc6-60cc-4c93-abc9-3b13583201f8",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "properties",
                    ":id",
                    "view"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "9df7f96f-cc8b-4cba-a6a7-46c7cf644117",
      "name": "Search",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0a022c89-5622-48b6-8225-b230da18f604",
          "name": "Run an advanced search. The \"filters\" shape depends on \"tab\": sell/rent use StandardFilterDto, exchange uses ExchangeFilterDto, companies uses CompanyFilterDto, auctions uses AuctionFilterDto, deals uses DealFilterDto.",
          "request": {
            "name": "Run an advanced search. The \"filters\" shape depends on \"tab\": sell/rent use StandardFilterDto, exchange uses ExchangeFilterDto, companies uses CompanyFilterDto, auctions uses AuctionFilterDto, deals uses DealFilterDto.",
            "description": {},
            "url": {
              "path": [
                "search",
                "advanced"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"tab\": \"auctions\",\n  \"filters\": {\n    \"govs\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"areas\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"category\": \"string\",\n    \"rooms\": 1662.176211421459,\n    \"baths\": 6126.110779187441,\n    \"minPrice\": 3289.270296166322,\n    \"maxPrice\": 2633.308123623288,\n    \"minArea\": 8631.199009828033,\n    \"maxArea\": 8134.20133834388,\n    \"features\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"page\": 1,\n  \"limit\": 10\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "c4d8d758-4063-475b-8a9e-4b6812226d20",
              "originalRequest": {
                "url": {
                  "path": [
                    "search",
                    "advanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tab\": \"deals\",\n  \"filters\": {\n    \"govs\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"areas\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"category\": \"string\",\n    \"rooms\": 2677.951718328265,\n    \"baths\": 8366.375558264066,\n    \"minPrice\": 7662.154084806958,\n    \"maxPrice\": 5110.42368226205,\n    \"minArea\": 4474.935554283625,\n    \"maxArea\": 3955.718018293096,\n    \"features\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"page\": 1,\n  \"limit\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [],\n  \"meta\": {\n    \"total\": 9407.178540727788,\n    \"page\": 2683.2211555011245,\n    \"limit\": 7800.939477075649\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c330d5c-5569-421b-b852-75ffb98db919",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "search",
                    "advanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tab\": \"deals\",\n  \"filters\": {\n    \"govs\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"areas\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"category\": \"string\",\n    \"rooms\": 2677.951718328265,\n    \"baths\": 8366.375558264066,\n    \"minPrice\": 7662.154084806958,\n    \"maxPrice\": 5110.42368226205,\n    \"minArea\": 4474.935554283625,\n    \"maxArea\": 3955.718018293096,\n    \"features\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"page\": 1,\n  \"limit\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ad0c12e-2347-47de-8c4a-409a8d8c3532",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "search",
                    "advanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tab\": \"deals\",\n  \"filters\": {\n    \"govs\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"areas\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"category\": \"string\",\n    \"rooms\": 2677.951718328265,\n    \"baths\": 8366.375558264066,\n    \"minPrice\": 7662.154084806958,\n    \"maxPrice\": 5110.42368226205,\n    \"minArea\": 4474.935554283625,\n    \"maxArea\": 3955.718018293096,\n    \"features\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"page\": 1,\n  \"limit\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19047c46-174f-4047-ba94-f4a6438bfe44",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "search",
                    "advanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tab\": \"deals\",\n  \"filters\": {\n    \"govs\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"areas\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"category\": \"string\",\n    \"rooms\": 2677.951718328265,\n    \"baths\": 8366.375558264066,\n    \"minPrice\": 7662.154084806958,\n    \"maxPrice\": 5110.42368226205,\n    \"minArea\": 4474.935554283625,\n    \"maxArea\": 3955.718018293096,\n    \"features\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"page\": 1,\n  \"limit\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75abb626-4f92-4fb1-a75d-163f86d5e8e8",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "search",
                    "advanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tab\": \"deals\",\n  \"filters\": {\n    \"govs\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"areas\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"category\": \"string\",\n    \"rooms\": 2677.951718328265,\n    \"baths\": 8366.375558264066,\n    \"minPrice\": 7662.154084806958,\n    \"maxPrice\": 5110.42368226205,\n    \"minArea\": 4474.935554283625,\n    \"maxArea\": 3955.718018293096,\n    \"features\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"page\": 1,\n  \"limit\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b2b0de92-e54a-40b0-a23f-8d079e6ff6b6",
          "name": "Unified search across properties, companies, auctions, and deals",
          "request": {
            "name": "Unified search across properties, companies, auctions, and deals",
            "description": {},
            "url": {
              "path": [
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "query",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "recent"
                },
                {
                  "disabled": false,
                  "key": "query",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "recent"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "fc3029a8-accc-496a-8cef-4a8f6b1c0e1f",
              "originalRequest": {
                "url": {
                  "path": [
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    },
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [],\n  \"meta\": {\n    \"total\": 7820.351298744693,\n    \"page\": 606.4992481664689,\n    \"limit\": 8343.35357356726\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e65d755-2d06-4ad7-b1c4-7515f14c65c5",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    },
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "658c1310-7b18-4fa0-b200-02d3cc3e6913",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    },
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a29c55f-1738-4b52-95d0-830f83f08c86",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    },
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5db23b98-a5eb-4d53-b374-b7fb6f945f46",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    },
                    {
                      "key": "query",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "sortBy",
                      "value": "recent"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6fa7cbb7-b44e-4e25-8b33-49679077500f",
      "name": "Media",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "25a39691-9455-4371-8983-1c515616894f",
          "name": "Upload a single avatar/logo image (HEIC/HEIF auto-converted to JPEG)",
          "request": {
            "name": "Upload a single avatar/logo image (HEIC/HEIF auto-converted to JPEG)",
            "description": {},
            "url": {
              "path": [
                "media",
                "upload",
                "avatar"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "9cd7e11d-191c-4e5f-99cd-cc4f76d0325b",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\",\n  \"url\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f17b6c9f-d998-4092-ac6a-283e5985afd4",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcea6574-4200-4044-9646-44d863ae20b4",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75d7942c-533f-4b35-85aa-27be429a1308",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c46d3679-f54e-42ff-8ec2-34b9c8c6a7fe",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ff027a5-5547-4940-be51-a5238d9cb37e",
          "name": "Upload up to 10 listing images (HEIC/HEIF auto-converted to JPEG)",
          "request": {
            "name": "Upload up to 10 listing images (HEIC/HEIF auto-converted to JPEG)",
            "description": {},
            "url": {
              "path": [
                "media",
                "upload",
                "listings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "images",
                  "value": "[\"string\",\"string\"]",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "c01d074f-2d63-422a-a92f-d3648cc5a84a",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "listings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\",\n  \"urls\": [\n    \"string\",\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6228714b-bca2-4121-97bf-848dac480fdb",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "listings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c94c4cf4-0e0a-488e-b40f-9df4fdb5ecc1",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "listings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44abe6a2-30f7-43f7-a4fd-06b4d89b40a7",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "listings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3c0bdc9-1601-45c9-b4ed-3fa79434d23c",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "media",
                    "upload",
                    "listings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "images",
                      "value": "[\"string\",\"string\"]",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "15b685f3-1fd8-4715-b73a-fa300b8f4648",
      "name": "Favorites",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "2c40dee2-f32d-4662-9f2b-7b8746976bf6",
          "name": "Toggle a property as favorited/unfavorited for the current identity",
          "request": {
            "name": "Toggle a property as favorited/unfavorited for the current identity",
            "description": {},
            "url": {
              "path": [
                "favorites",
                ":propertyId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "propertyId",
                  "description": "(Required) Property ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b4beb859-aa1d-459d-ba21-f80abc3e7fb2",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"favorited\": true,\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8bdf18fd-5f72-4e44-b5e9-372ab8d4c1b5",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a490b37e-c935-4ae7-a1b0-27db50f96644",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4259fe03-1c53-40a7-84ee-446023decba3",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f106d93-b20c-4d16-80b1-4c33229fdd77",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3a1a42b-16c0-454b-84ed-6a16c03f7204",
          "name": "List the current identity's favorited properties, paginated",
          "request": {
            "name": "List the current identity's favorited properties, paginated",
            "description": {},
            "url": {
              "path": [
                "favorites"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "15c15c5e-7170-4503-a1a8-74719e001bb6",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\",\n      \"category\": \"string\",\n      \"isFeatured\": true,\n      \"price\": 1.2692130118263645,\n      \"location\": \"string\",\n      \"description\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"createdAt\": \"1964-04-30T21:50:59.722Z\",\n      \"views\": 2138.077584176248,\n      \"area\": 9476.450051527734,\n      \"beds\": 5128.5830159474035,\n      \"baths\": 7581.361961379293,\n      \"floors\": 8025.906404228182,\n      \"host\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"avatarUrl\": \"string\",\n        \"role\": \"OFFICE\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\",\n      \"category\": \"string\",\n      \"isFeatured\": true,\n      \"price\": 6274.551561171455,\n      \"location\": \"string\",\n      \"description\": \"string\",\n      \"images\": [\n        \"string\",\n        \"string\"\n      ],\n      \"createdAt\": \"1979-07-29T15:53:49.600Z\",\n      \"views\": 3316.123534389368,\n      \"area\": 4568.675270813065,\n      \"beds\": 5535.674221060861,\n      \"baths\": 6253.359817005105,\n      \"floors\": 5908.0250697134115,\n      \"host\": {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"avatarUrl\": \"string\",\n        \"role\": \"INDIVIDUAL\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"total\": 4274.492166736339,\n    \"page\": 1131.2944779114976,\n    \"limit\": 4723.625441760199,\n    \"hasNextPage\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "418eeb24-8c78-48c5-8e7c-fe3e02bac2b3",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e26d70e-04f8-463a-8889-75709efb394c",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61a54221-5b5f-456c-a124-3940115f2a21",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc788b9d-8c8d-4655-bf59-37a46b100d0b",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "74099210-0d6b-44ff-a6b0-12b8c35814a9",
          "name": "Get all favorited property IDs for the current identity",
          "request": {
            "name": "Get all favorited property IDs for the current identity",
            "description": {},
            "url": {
              "path": [
                "favorites",
                "ids"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8cd8f77d-2094-40c7-8fcf-ecae1f2116e7",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"ids\": [\n    \"string\",\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "836bf904-6498-4c17-aa89-3dc1974b64ae",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f516aef1-d049-4380-9122-91c7fc1109c2",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75a9dce8-0d1a-48a7-ab6e-0a503060a59b",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5199d467-c001-4d71-ac00-7675d7a07da3",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2396c237-cbcd-41ed-879c-8ff59ac86a22",
          "name": "Check whether a single property is favorited by the current identity",
          "request": {
            "name": "Check whether a single property is favorited by the current identity",
            "description": {},
            "url": {
              "path": [
                "favorites",
                "check",
                ":propertyId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "propertyId",
                  "description": "(Required) Property ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e45b859b-922b-4aab-9842-cca32e702058",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "check",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"isFavorited\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ee3e3ea-8a48-4829-95f3-9b0386bbfc67",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "check",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9f15b42-7c45-4db8-ac56-76a298d02774",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "check",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f6c6b70-5680-4e54-b19d-ddffabcad1b5",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "check",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90295627-82d7-485f-b8de-619adffc9078",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "favorites",
                    "check",
                    ":propertyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "propertyId",
                      "description": "(Required) Property ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "bb30f42e-0bda-43f4-9fe0-b3f266c49684",
      "name": "Chat",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "25bbf611-f335-4c3c-b588-d49354145021",
          "name": "Find or create a conversation with a recipient, optionally scoped to a property",
          "request": {
            "name": "Find or create a conversation with a recipient, optionally scoped to a property",
            "description": {},
            "url": {
              "path": [
                "chat",
                "conversations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"recipientId\": \"string\",\n  \"propertyId\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "92e9b09d-2cb7-4ea3-910b-3c0f7d09d31f",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"recipientId\": \"string\",\n  \"propertyId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 5332,\n  \"key_1\": 8783.904877151315,\n  \"key_2\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "96d1c2c1-0630-41df-b65b-2f3090756b59",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"recipientId\": \"string\",\n  \"propertyId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0888cd6f-76fa-4eaf-bfef-3faf738a4131",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"recipientId\": \"string\",\n  \"propertyId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdb51abd-f9b3-4c87-9c94-73716aae8ad8",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"recipientId\": \"string\",\n  \"propertyId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad5e1178-4297-488b-8963-9bfde0930415",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"recipientId\": \"string\",\n  \"propertyId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "922f7565-df0d-49a1-add4-4a5a33f49ce9",
          "name": "List the current user's conversations, paginated",
          "request": {
            "name": "List the current user's conversations, paginated",
            "description": {},
            "url": {
              "path": [
                "chat",
                "conversations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1b93f81b-1350-4817-98e2-db87693243b7",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [],\n  \"meta\": {\n    \"total\": 8581.784220503023,\n    \"page\": 9650.822355756773,\n    \"limit\": 7916.561470583856,\n    \"hasNextPage\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9547bac3-1429-474a-a93e-228626dfc40b",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef4b4512-bfd0-4fb0-a6d4-3d2b9529bd2d",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "102a25b2-37a1-4e04-8215-568f35f7f581",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e47cdde6-b322-4786-a4b2-8d0cf0e2ec59",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6c9b42ed-ed46-4d71-b2d3-a59426d4dac6",
          "name": "Get messages for a single conversation, cursor-paginated",
          "request": {
            "name": "Get messages for a single conversation, cursor-paginated",
            "description": {},
            "url": {
              "path": [
                "chat",
                "conversations",
                ":id",
                "messages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "cursor",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Conversation ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4e7651b2-517e-428e-a846-87920b47804e",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "cursor",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [],\n  \"meta\": {\n    \"key_0\": 7631,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f889b2b2-6cf8-4651-b267-58b4b61b10dd",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "cursor",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bd4e075-f271-4f8e-84e2-76de1e0c8c28",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "cursor",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7843b146-b1c4-4436-ad37-4054b4242af2",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "cursor",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdf83316-5a9b-4b40-990a-faa82de7dd4a",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "cursor",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c54299e-f4c9-4f43-95de-8f98ad047cd8",
          "name": "Mark a conversation as read for the current user",
          "request": {
            "name": "Mark a conversation as read for the current user",
            "description": {},
            "url": {
              "path": [
                "chat",
                "conversations",
                ":id",
                "read"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Conversation ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9b0cc82d-da46-405a-a63e-93690a5725ea",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b562f12-998e-4478-897c-dccb821bbed1",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54a8aec9-1ee3-4c53-b84f-51a80f0e6d60",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bd8bd77-086c-4a12-adf5-20dab17ba35a",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8e03abf-3f31-4967-acfb-0f9632460c77",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "conversations",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Conversation ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "633a275e-43b9-41e9-bf2d-5b8738a62f67",
      "name": "Map",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "2d08b840-fe9e-43f3-bace-5a4771da6831",
          "name": "Discover properties or companies as map pins within a bounding box, as GeoJSON",
          "request": {
            "name": "Discover properties or companies as map pins within a bounding box, as GeoJSON",
            "description": {},
            "url": {
              "path": [
                "map",
                "discover"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "ne_lat",
                  "value": "1377.579617083804",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "ne_lng",
                  "value": "1377.579617083804",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "sw_lat",
                  "value": "1377.579617083804",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "sw_lng",
                  "value": "1377.579617083804",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "type",
                  "value": "rent"
                },
                {
                  "disabled": false,
                  "key": "governorateId",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "areaId",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "searchQuery",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "ne_lat",
                  "value": "1377.579617083804",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "ne_lng",
                  "value": "1377.579617083804",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "sw_lat",
                  "value": "1377.579617083804",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "sw_lng",
                  "value": "1377.579617083804",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "type",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "governorateId",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "areaId",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "searchQuery",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c0157ed7-e904-48d8-846e-04f26b2878fd",
              "originalRequest": {
                "url": {
                  "path": [
                    "map",
                    "discover"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "rent"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    },
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"type\": \"FeatureCollection\",\n  \"features\": [\n    {\n      \"type\": \"Feature\",\n      \"geometry\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          745.0737880089464,\n          2266.0852258295504\n        ]\n      },\n      \"properties\": {\n        \"id\": \"string\",\n        \"type\": \"string\",\n        \"price\": 4122.191393038453,\n        \"logoUrl\": \"string\"\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"geometry\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          8286.033636514116,\n          2656.405966020938\n        ]\n      },\n      \"properties\": {\n        \"id\": \"string\",\n        \"type\": \"string\",\n        \"price\": 167.93127602972024,\n        \"logoUrl\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a15dfb02-5ff8-4d56-b6f9-0e9e64d80e3c",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "map",
                    "discover"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "rent"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    },
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4918e336-34ff-43da-ab00-2c11f10d2585",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "map",
                    "discover"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "rent"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    },
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f3aebb2-b383-407a-b0e7-39b049addb5c",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "map",
                    "discover"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "rent"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    },
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "523de895-67c3-4e4b-b0df-9d1b8addf52d",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "map",
                    "discover"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "rent"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    },
                    {
                      "key": "ne_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "ne_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lat",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "sw_lng",
                      "value": "1377.579617083804"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "governorateId",
                      "value": "string"
                    },
                    {
                      "key": "areaId",
                      "value": "string"
                    },
                    {
                      "key": "searchQuery",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "c0fce0a6-f5ef-4e33-a67a-cc6125ac0ab5",
      "name": "FAQ",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "03a21e42-0335-415c-b8f5-7797a6083b08",
          "name": "List all active FAQ entries, ordered for display",
          "request": {
            "name": "List all active FAQ entries, ordered for display",
            "description": {},
            "url": {
              "path": [
                "faq"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "130c3e9a-235d-4105-a121-518db973b06a",
              "originalRequest": {
                "url": {
                  "path": [
                    "faq"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"question\": \"string\",\n    \"answer\": \"string\",\n    \"sortOrder\": 7128.0507017317705,\n    \"isActive\": false,\n    \"createdAt\": \"1972-01-18T16:26:36.794Z\",\n    \"updatedAt\": \"1988-05-17T15:33:31.954Z\"\n  },\n  {\n    \"id\": \"string\",\n    \"question\": \"string\",\n    \"answer\": \"string\",\n    \"sortOrder\": 1365.5203257253334,\n    \"isActive\": false,\n    \"createdAt\": \"2008-03-16T02:58:27.351Z\",\n    \"updatedAt\": \"2014-12-04T21:56:24.274Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1092e74d-6e66-4a4b-bf3c-ca696a13cece",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "faq"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d8d0ba7-a5ee-4f86-b240-8abda6f8dc64",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "faq"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e749b26a-ac4b-4845-af6c-af86d07bd12b",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "faq"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e5914404-585b-4ed3-ba16-bc95583df1da",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "faq"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "3a1c66f6-624e-45c6-bc14-0e5f46401b13",
      "name": "Settings",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "06b6899e-90d6-46c4-9d83-3fc21eb5818e",
          "name": "Get the current user's privacy settings (creates defaults if none exist)",
          "request": {
            "name": "Get the current user's privacy settings (creates defaults if none exist)",
            "description": {},
            "url": {
              "path": [
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b027f6ee-7506-4bc6-8b1c-d025587a1b06",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"showPhone\": false,\n  \"showWhatsapp\": false,\n  \"hideActivity\": true,\n  \"hideOfficeAds\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c43e7eb-3ce5-4032-83b4-7892f389b54e",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b402f97-e96d-4224-8d34-f7a6e0158065",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e9cbb6c-4547-45c9-9c76-a72fce206af4",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89fdb21e-b740-4497-b69a-7907d31dcf07",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "368d9148-c314-4e35-a964-3ac74d5247f1",
          "name": "Update the current user's privacy settings",
          "request": {
            "name": "Update the current user's privacy settings",
            "description": {},
            "url": {
              "path": [
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"showPhone\": false,\n  \"showWhatsapp\": false,\n  \"hideActivity\": true,\n  \"hideOfficeAds\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e2a41acc-a49a-4c74-a791-3ec59264cd69",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"showPhone\": false,\n  \"showWhatsapp\": false,\n  \"hideActivity\": true,\n  \"hideOfficeAds\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"showPhone\": false,\n  \"showWhatsapp\": false,\n  \"hideActivity\": true,\n  \"hideOfficeAds\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b22633a-a21a-4778-856c-4f35fdfca531",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"showPhone\": false,\n  \"showWhatsapp\": false,\n  \"hideActivity\": true,\n  \"hideOfficeAds\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "288ff99f-414a-44c0-a236-0534fdbf1cb6",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"showPhone\": false,\n  \"showWhatsapp\": false,\n  \"hideActivity\": true,\n  \"hideOfficeAds\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6554d389-a7d7-41db-9226-29a814d22c4d",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"showPhone\": false,\n  \"showWhatsapp\": false,\n  \"hideActivity\": true,\n  \"hideOfficeAds\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eeaa745b-af7d-4de6-bbc6-ebedeb37f852",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"showPhone\": false,\n  \"showWhatsapp\": false,\n  \"hideActivity\": true,\n  \"hideOfficeAds\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "bd107fa8-73cb-4958-8ba4-75aa49ec6967",
      "name": "Notifications",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f3801f36-aa9c-4dab-a7a5-74528335c742",
          "name": "List all of the current user's notifications",
          "request": {
            "name": "List all of the current user's notifications",
            "description": {},
            "url": {
              "path": [
                "notifications"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d10db2e5-f960-4037-b648-ccd7deb5ba6b",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"IDENTITY_REJECTED\",\n    \"title\": \"string\",\n    \"body\": \"string\",\n    \"identityId\": \"string\",\n    \"isRead\": false,\n    \"createdAt\": \"2005-04-03T16:14:30.550Z\"\n  },\n  {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"IDENTITY_REJECTED\",\n    \"title\": \"string\",\n    \"body\": \"string\",\n    \"identityId\": \"string\",\n    \"isRead\": false,\n    \"createdAt\": \"1985-03-16T16:44:53.925Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d2fea25-2bd7-4007-8db3-2f459509e652",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec21bc7a-0862-47bb-83ef-d339b95ea914",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70c726e4-611d-4a24-80bc-1b5db055c39f",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0dabad1-ca79-4d58-b53d-e70b6f5a80cb",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e51044ad-8c87-4906-8803-43cf80de33d5",
          "name": "Get the current user's unread notification count",
          "request": {
            "name": "Get the current user's unread notification count",
            "description": {},
            "url": {
              "path": [
                "notifications",
                "unread-count"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "814c8137-4866-4733-8927-e588963f7dc7",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "unread-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": 1070.8188903329385\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98fbcd5a-a54e-4037-93c4-33f9fee2c93e",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "unread-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c51f878-3b1a-4eaf-9278-f383551b59aa",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "unread-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa34e48c-eaca-48b5-a48e-8d099b951024",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "unread-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38e62c09-075d-459f-97fb-6c9a9d91bc0e",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "unread-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "134093f1-914d-4fbc-9c77-45e6753b0195",
          "name": "Mark all of the current user's notifications as read",
          "request": {
            "name": "Mark all of the current user's notifications as read",
            "description": {},
            "url": {
              "path": [
                "notifications",
                "read-all"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4eb9b10f-6b38-4419-b1e1-7cb4335f9a42",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "read-all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb699b10-c7d4-4173-920f-41d7c38c155a",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "read-all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b964e20f-bc83-4d4b-b7d8-391c67781ead",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "read-all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3cedd6fe-7092-4e71-ad71-9a737c76ed66",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "read-all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20487abd-54d1-4f98-94c1-4451abc63c55",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "read-all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41fc8fa2-0008-4bdb-a2f5-df144ef233aa",
          "name": "Mark a single notification as read",
          "request": {
            "name": "Mark a single notification as read",
            "description": {},
            "url": {
              "path": [
                "notifications",
                ":id",
                "read"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Notification ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f5e7170f-2a26-4f50-b7e3-7bc7e3dc7087",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Notification ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"type\": \"IDENTITY_APPROVED\",\n  \"title\": \"string\",\n  \"body\": \"string\",\n  \"identityId\": \"string\",\n  \"isRead\": true,\n  \"createdAt\": \"2022-06-18T06:33:57.058Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9751609c-b698-4f17-b497-6463960f4b72",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Notification ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32b1618a-7585-438a-bda9-64498af704d7",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Notification ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4bf72b3-5b81-4007-87c4-4e3516a88a3a",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Notification ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18f8fb3a-3fea-4ee0-b063-63f1a950afcd",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Notification ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d6042bea-b3c3-4a03-8034-9cde43afe2b3",
          "name": "Get the current user's notification preferences",
          "request": {
            "name": "Get the current user's notification preferences",
            "description": {},
            "url": {
              "path": [
                "notifications",
                "preferences"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4a3424d1-bdf9-4a09-854b-649eee584a99",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"appEnabled\": false,\n  \"emailEnabled\": false,\n  \"phoneEnabled\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb2a58e0-84ed-4b93-b2a3-c0db4f01cf28",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a49d9ccd-c4c6-4f07-ba74-2af1df535efc",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f054b84b-c6a2-447d-bcc8-a26716fc98f2",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8b6315d-493e-40da-8524-4a2fa0e027dc",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4ff3a963-97b6-4431-a3a1-67a78032624f",
          "name": "Update the current user's notification preferences",
          "request": {
            "name": "Update the current user's notification preferences",
            "description": {},
            "url": {
              "path": [
                "notifications",
                "preferences"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"appEnabled\": true,\n  \"emailEnabled\": true,\n  \"phoneEnabled\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "59e5f4ec-f985-4087-905a-0cffe4365e1a",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"appEnabled\": true,\n  \"emailEnabled\": true,\n  \"phoneEnabled\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"appEnabled\": false,\n  \"emailEnabled\": false,\n  \"phoneEnabled\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64c77e06-d452-429f-8823-d2c3777386e5",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"appEnabled\": true,\n  \"emailEnabled\": true,\n  \"phoneEnabled\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acc7e132-4333-4bcc-8991-69e375b84c4f",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"appEnabled\": true,\n  \"emailEnabled\": true,\n  \"phoneEnabled\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18841213-0a8e-4360-9e6d-d5ff3b6dc891",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"appEnabled\": true,\n  \"emailEnabled\": true,\n  \"phoneEnabled\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45812755-8592-4c91-9ea2-335d32150ec0",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"appEnabled\": true,\n  \"emailEnabled\": true,\n  \"phoneEnabled\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5b857fa0-ce48-46d0-bd10-4420db9c946b",
      "name": "Devices",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e27e00e5-9945-42c2-b275-a34e0568fb78",
          "name": "List the current user's active login sessions/devices",
          "request": {
            "name": "List the current user's active login sessions/devices",
            "description": {},
            "url": {
              "path": [
                "devices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "08afc89d-0196-4a72-bf23-dc6491238fdf",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"deviceName\": \"string\",\n    \"isActive\": true,\n    \"lastActive\": \"2011-03-06T07:29:49.024Z\",\n    \"location\": \"string\",\n    \"ipAddress\": \"string\",\n    \"userAgent\": \"string\",\n    \"createdAt\": \"1993-01-14T15:29:43.724Z\"\n  },\n  {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"deviceName\": \"string\",\n    \"isActive\": false,\n    \"lastActive\": \"1956-03-30T18:21:53.809Z\",\n    \"location\": \"string\",\n    \"ipAddress\": \"string\",\n    \"userAgent\": \"string\",\n    \"createdAt\": \"2017-08-16T16:52:00.284Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a3c6eb1-6e8f-4a96-8fcf-25ed66b3b340",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "186cd8f5-6f0b-4a30-b6a2-7e5bd87e92d2",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44e7acbe-4531-4387-aace-3391723c9514",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b72ca2d1-539f-4c75-8c7a-bb2e0a0b7774",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f1eb329-1b0e-40d2-864f-de5e0b8bd910",
          "name": "Revoke all of the current user's other active sessions, keeping the most recent",
          "request": {
            "name": "Revoke all of the current user's other active sessions, keeping the most recent",
            "description": {},
            "url": {
              "path": [
                "devices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "efd2c600-8944-451f-8cc5-a370f005a717",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": 1070.8188903329385\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2a40707-bece-460a-8636-569b78d75193",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b1db47b-f159-43ed-9b78-99d047a93f1c",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "704de41f-d9c9-4d34-90a0-674049167b59",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eeaada15-fd73-43d2-9c29-839c13bbce3c",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "851bc601-041e-4b4d-a38f-734f3913ef23",
          "name": "Revoke a single device/session by ID",
          "request": {
            "name": "Revoke a single device/session by ID",
            "description": {},
            "url": {
              "path": [
                "devices",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Session ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "46d48934-55a0-418f-8462-50b8762c42ba",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Session ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": 1070.8188903329385\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed4b51f2-cf99-45d2-850a-7d2b1e4c0c17",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Session ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1412cc63-f300-44be-b2ea-93db664fa566",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Session ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07036386-2e42-41b2-9c80-c99c587624aa",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Session ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aab5f4ce-732e-4f60-96e5-945219395370",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "devices",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Session ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e06d6370-047f-48fd-b4dd-78418b03866b",
      "name": "Plans",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "8b24f837-fdf5-4ea4-9be7-f1bdf7672a95",
          "name": "List all active subscription plans",
          "request": {
            "name": "List all active subscription plans",
            "description": {},
            "url": {
              "path": [
                "plans"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1bb182d2-5855-46dd-8dda-941fbf2d38d8",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"price\": 3156.516722309417,\n    \"originalPrice\": 6982.590141293773,\n    \"discountText\": \"string\",\n    \"badge\": \"string\",\n    \"features\": [\n      \"string\",\n      \"string\"\n    ],\n    \"color\": \"string\",\n    \"sortOrder\": 6743.555504470143,\n    \"isActive\": true,\n    \"maxActiveAds\": 5819.6507104977645,\n    \"durationDays\": 4474.587229470511,\n    \"maxImagesPerAd\": 6504.77283085789,\n    \"featuredDays\": 9534.222999275331,\n    \"prioritySearch\": false\n  },\n  {\n    \"id\": \"string\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"price\": 6286.726291215385,\n    \"originalPrice\": 2416.4940788506174,\n    \"discountText\": \"string\",\n    \"badge\": \"string\",\n    \"features\": [\n      \"string\",\n      \"string\"\n    ],\n    \"color\": \"string\",\n    \"sortOrder\": 9120.944946258654,\n    \"isActive\": true,\n    \"maxActiveAds\": 8887.806915225477,\n    \"durationDays\": 4237.760923402098,\n    \"maxImagesPerAd\": 9102.796541933767,\n    \"featuredDays\": 3949.5451352571376,\n    \"prioritySearch\": false\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19dc62bc-ac30-4cd3-9149-ce881a65e1b2",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c16671d4-7c88-467d-a7e2-db408e317456",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07899c21-47e3-4f90-bd32-ed44d189d2ea",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2032135a-ec0b-46ca-8fe5-a859285ba17d",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef53987b-4b47-4e03-ba90-d94e6eaefab9",
          "name": "Get the current user's ad-credit wallet: balances, active slots, and history",
          "request": {
            "name": "Get the current user's ad-credit wallet: balances, active slots, and history",
            "description": {},
            "url": {
              "path": [
                "plans",
                "wallet"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cd5069b0-0242-473f-8c58-00d2a66e6b0e",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"freeAdsRemaining\": 4438.38045665789,\n  \"balanceCounts\": {\n    \"gold\": 9511.640933343035,\n    \"silver\": 313.00631390589916,\n    \"regular\": 3901.378682455223\n  },\n  \"slots\": [\n    {\n      \"id\": \"string\",\n      \"planId\": \"string\",\n      \"planName\": \"string\",\n      \"planSlug\": \"string\",\n      \"color\": \"string\",\n      \"badge\": \"string\",\n      \"adsRemaining\": 4369.778660805696,\n      \"maxActiveAds\": 5209.053429394095,\n      \"createdAt\": \"1964-06-10T15:17:43.068Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"planId\": \"string\",\n      \"planName\": \"string\",\n      \"planSlug\": \"string\",\n      \"color\": \"string\",\n      \"badge\": \"string\",\n      \"adsRemaining\": 2921.5011705450124,\n      \"maxActiveAds\": 4251.729641712859,\n      \"createdAt\": \"2013-10-07T22:08:50.131Z\"\n    }\n  ],\n  \"history\": [\n    {\n      \"id\": \"string\",\n      \"displayId\": \"string\",\n      \"planName\": \"string\",\n      \"planSlug\": \"string\",\n      \"status\": \"EXPIRED\",\n      \"dateText\": \"string\",\n      \"createdAt\": \"1964-04-23T21:28:47.549Z\",\n      \"adsRemaining\": 8233.212565089334\n    },\n    {\n      \"id\": \"string\",\n      \"displayId\": \"string\",\n      \"planName\": \"string\",\n      \"planSlug\": \"string\",\n      \"status\": \"ACTIVE\",\n      \"dateText\": \"string\",\n      \"createdAt\": \"1968-07-27T22:35:45.793Z\",\n      \"adsRemaining\": 7323.457186247916\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "909a3d94-c25b-44c4-b4ec-fdbe7a5d1bcd",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "026c30f8-10ae-42c6-9fe2-3a77477fbd43",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1858c9b-a7e2-4343-a778-409eaebda1cd",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38b70333-f7e1-4f93-b5f7-e8a0221f67bd",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ee9167ee-3a04-4c5d-b1ad-f6f2172277e6",
          "name": "Get the current user's package purchase history",
          "request": {
            "name": "Get the current user's package purchase history",
            "description": {},
            "url": {
              "path": [
                "plans",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1fbdeff9-ae7d-4c20-89e1-61ef81a698de",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"displayId\": \"string\",\n    \"planName\": \"string\",\n    \"planSlug\": \"string\",\n    \"status\": \"ACTIVE\",\n    \"dateText\": \"string\",\n    \"createdAt\": \"2015-05-22T12:09:11.486Z\",\n    \"adsRemaining\": 6641.293700291576\n  },\n  {\n    \"id\": \"string\",\n    \"displayId\": \"string\",\n    \"planName\": \"string\",\n    \"planSlug\": \"string\",\n    \"status\": \"EXPIRED\",\n    \"dateText\": \"string\",\n    \"createdAt\": \"1955-02-21T00:05:15.490Z\",\n    \"adsRemaining\": 8373.610619795349\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aed19998-4881-4408-b61c-0729564291fb",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cdb31d8-b699-4348-978c-4a19b48a92c1",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7a74f32-fe5a-46de-bdfb-e00d0b82dff3",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8312019-00f5-440f-abed-71ae842df797",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b4bbfdca-689a-4e99-8453-82fd785ccb71",
          "name": "Get the current user's available options for publishing a new listing",
          "request": {
            "name": "Get the current user's available options for publishing a new listing",
            "description": {},
            "url": {
              "path": [
                "plans",
                "wallet",
                "publish-options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cb151a0b-7308-4b62-adf2-20cff0720392",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet",
                    "publish-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"canPublish\": false,\n  \"options\": [\n    {\n      \"type\": \"string\",\n      \"slotId\": \"string\",\n      \"title\": \"string\",\n      \"subtitle\": \"string\",\n      \"planName\": \"string\",\n      \"color\": \"string\",\n      \"adsRemaining\": 7217.640089175185,\n      \"durationDays\": 2304.121915084837,\n      \"maxImagesPerAd\": 7495.586080954459,\n      \"featuredDays\": 6766.016821163176,\n      \"prioritySearch\": true\n    },\n    {\n      \"type\": \"string\",\n      \"slotId\": \"string\",\n      \"title\": \"string\",\n      \"subtitle\": \"string\",\n      \"planName\": \"string\",\n      \"color\": \"string\",\n      \"adsRemaining\": 3685.765887290937,\n      \"durationDays\": 8058.942906857333,\n      \"maxImagesPerAd\": 548.0009010812125,\n      \"featuredDays\": 9851.040895422168,\n      \"prioritySearch\": true\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1f8dbfa-8827-43d0-a0dc-7e8f5fac55da",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet",
                    "publish-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d70c34f8-657f-49d7-8561-cf1ed3634434",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet",
                    "publish-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4e6aa64-0877-4bd7-9222-bb7cdab1f939",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet",
                    "publish-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53df52f2-e71c-4c3c-8460-9315f4cf4b72",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "plans",
                    "wallet",
                    "publish-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "15f82ca6-b9ad-498a-8d5b-f3e21646070b",
      "name": "Invoices",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0c97ed22-2898-47a3-86bb-22471a88e48c",
          "name": "List the current user's invoices",
          "request": {
            "name": "List the current user's invoices",
            "description": {},
            "url": {
              "path": [
                "invoices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "82ad8d6a-4235-4e7d-bbed-aead6f26e9e2",
              "originalRequest": {
                "url": {
                  "path": [
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"invoiceNo\": \"string\",\n    \"planName\": \"string\",\n    \"planDetails\": \"string\",\n    \"amount\": 2801.9923151013913,\n    \"status\": \"PAID\",\n    \"paidAt\": \"1971-04-05T17:03:48.993Z\",\n    \"dueDate\": \"1988-10-16T19:10:34.669Z\",\n    \"delayDays\": 5074.621536050628,\n    \"createdAt\": \"2024-05-26T19:07:14.184Z\",\n    \"updatedAt\": \"2006-12-17T15:10:18.953Z\",\n    \"identityId\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"invoiceNo\": \"string\",\n    \"planName\": \"string\",\n    \"planDetails\": \"string\",\n    \"amount\": 1965.9914850610348,\n    \"status\": \"OVERDUE\",\n    \"paidAt\": \"1955-12-13T02:16:04.101Z\",\n    \"dueDate\": \"1972-03-07T02:01:29.790Z\",\n    \"delayDays\": 4180.198123709299,\n    \"createdAt\": \"1957-02-17T18:13:25.196Z\",\n    \"updatedAt\": \"1990-08-11T20:00:12.714Z\",\n    \"identityId\": \"string\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06e6225a-9b9a-41b2-882c-ce5129461a8f",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60cde7dc-7193-4279-88a3-808b78312f39",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ec8c03f-0932-4a7a-ab60-7acd33395f21",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "170fbcae-0c09-4cfb-ae62-c5228071abc1",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "33e0c965-59ca-4883-90d0-ceb04bdd2bf9",
      "name": "Payments",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "93a64699-e12f-4905-8687-5ac534542f68",
          "name": "Create a Tap Payments charge for a plan purchase and get a checkout URL",
          "request": {
            "name": "Create a Tap Payments charge for a plan purchase and get a checkout URL",
            "description": {},
            "url": {
              "path": [
                "payments",
                "charge"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"planSlug\": \"string\",\n  \"appRedirectUrl\": \"string\",\n  \"sourceId\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7ca839a7-28b0-460f-aa99-9d62fb3d468d",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "charge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"planSlug\": \"string\",\n  \"appRedirectUrl\": \"string\",\n  \"sourceId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"checkoutUrl\": \"string\",\n  \"invoiceId\": \"string\",\n  \"status\": \"PAID\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7188c386-f2c0-4aee-945e-342712e49b92",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "charge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"planSlug\": \"string\",\n  \"appRedirectUrl\": \"string\",\n  \"sourceId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ea5ad43-0789-477b-a613-a65443539436",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "charge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"planSlug\": \"string\",\n  \"appRedirectUrl\": \"string\",\n  \"sourceId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2bb45e7b-4eca-4ad0-802d-cafdba6946a1",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "charge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"planSlug\": \"string\",\n  \"appRedirectUrl\": \"string\",\n  \"sourceId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d15a8ab6-15fa-46be-b44d-0527c798dde4",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "charge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"planSlug\": \"string\",\n  \"appRedirectUrl\": \"string\",\n  \"sourceId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "324806bd-f09d-47d9-865d-66a52b0cdf61",
          "name": "Verify a Tap Payments charge and redirect to the app's return URL (public, called by Tap's checkout flow)",
          "request": {
            "name": "Verify a Tap Payments charge and redirect to the app's return URL (public, called by Tap's checkout flow)",
            "description": {},
            "url": {
              "path": [
                "payments",
                "redirect"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "tap_id",
                  "value": "string",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "invoiceId",
                  "value": "string",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "appRedirectUrl",
                  "value": "string",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "dc8b9c44-3179-4841-b29d-f161bdc9dc78",
              "name": "Redirects to appRedirectUrl",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "redirect"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tap_id",
                      "value": "string"
                    },
                    {
                      "key": "invoiceId",
                      "value": "string"
                    },
                    {
                      "key": "appRedirectUrl",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Found",
              "code": 302,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ccc315e5-2739-4b9f-ac87-eba3a6b82a60",
          "name": "Tap Payments webhook callback (public, called by the Tap payment gateway server-to-server, not by app users)",
          "request": {
            "name": "Tap Payments webhook callback (public, called by the Tap payment gateway server-to-server, not by app users)",
            "description": {},
            "url": {
              "path": [
                "payments",
                "webhook"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "f7334ea1-6886-4641-987b-16515b76d6ba",
              "name": "Acknowledged",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "webhook"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bdd4b768-d91c-465b-bf8b-cdefa857f941",
          "name": "Get the payment status of one of the current user's invoices",
          "request": {
            "name": "Get the payment status of one of the current user's invoices",
            "description": {},
            "url": {
              "path": [
                "payments",
                "status",
                ":invoiceId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "invoiceId",
                  "description": "(Required) Invoice ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f6a3411e-917d-4a3f-9dce-8d095640408b",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "status",
                    ":invoiceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "invoiceId",
                      "description": "(Required) Invoice ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"CANCELLED\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "491b80c8-bb15-4491-a189-819826ff520c",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "status",
                    ":invoiceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "invoiceId",
                      "description": "(Required) Invoice ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05f50e2b-15d9-41e0-99ec-1a0046f9338b",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "status",
                    ":invoiceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "invoiceId",
                      "description": "(Required) Invoice ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bba62896-ff27-42e9-975d-a6f4fa86f557",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "status",
                    ":invoiceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "invoiceId",
                      "description": "(Required) Invoice ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93188cbd-28c6-4969-a45e-d731d6129c50",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "payments",
                    "status",
                    ":invoiceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "invoiceId",
                      "description": "(Required) Invoice ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "05d54df3-ab4e-4a5d-ab63-443672349bc7",
      "name": "Reviews",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "de894a32-b36f-4805-8c46-8591f33a4ef9",
          "name": "Create or update the current user's review of a target user",
          "request": {
            "name": "Create or update the current user's review of a target user",
            "description": {},
            "url": {
              "path": [
                "users",
                ":targetUserId",
                "reviews"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "targetUserId",
                  "description": "(Required) Target user ID"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"rating\": 3.984312607498007,\n  \"comment\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6eef6300-4a48-46d4-8783-2dd776a59886",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rating\": 3.984312607498007,\n  \"comment\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\",\n  \"data\": {\n    \"key_0\": 5609,\n    \"key_1\": 8759.286389771214,\n    \"key_2\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e270ae33-a5d1-4f3f-9d26-d4e469559bb3",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rating\": 3.984312607498007,\n  \"comment\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91f220c2-b20b-4be9-844a-47196d0821f7",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rating\": 3.984312607498007,\n  \"comment\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cad8000-165d-4def-af35-d76b3fb0fdf8",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rating\": 3.984312607498007,\n  \"comment\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1824412d-7120-4e7a-bf47-12b9a2a12773",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rating\": 3.984312607498007,\n  \"comment\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ad61d242-4732-403e-85f9-7fa5bbe1d586",
          "name": "List reviews for a target user, paginated",
          "request": {
            "name": "List reviews for a target user, paginated",
            "description": {},
            "url": {
              "path": [
                "users",
                ":targetUserId",
                "reviews"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "sort",
                  "value": "all"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "targetUserId",
                  "description": "(Required) Target user ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d989c22e-f9dc-4b27-8122-ed022bfbadc5",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "all"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"userName\": \"string\",\n      \"avatarUrl\": \"string\",\n      \"timeAgo\": \"string\",\n      \"createdAt\": \"1972-07-22T02:44:26.311Z\",\n      \"rating\": 3080.1967500380665,\n      \"comment\": \"string\",\n      \"likes\": 4555.133065656911,\n      \"dislikes\": 9170.189228862962,\n      \"userLiked\": true,\n      \"userDisliked\": false\n    },\n    {\n      \"id\": \"string\",\n      \"userName\": \"string\",\n      \"avatarUrl\": \"string\",\n      \"timeAgo\": \"string\",\n      \"createdAt\": \"1964-06-06T08:31:06.342Z\",\n      \"rating\": 3176.1233590043194,\n      \"comment\": \"string\",\n      \"likes\": 3280.6578503720984,\n      \"dislikes\": 7399.189646325955,\n      \"userLiked\": false,\n      \"userDisliked\": false\n    }\n  ],\n  \"meta\": {\n    \"total\": 400.5331215073238,\n    \"page\": 6326.278095032747,\n    \"limit\": 9574.983910885556,\n    \"totalPages\": 5162.123849148942\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e84a4e9-b59d-4b90-9045-773f4a77e4ad",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "all"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb670c21-6861-45df-ae4d-8c13cd64a9c5",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "all"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9aa893ed-2016-45c6-9c1e-dbc927b99777",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "all"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aaabd4ea-7b7f-4ae4-b12b-1dce308c555a",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "all"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b8c70a8-8109-410d-a0b9-e81de20c431d",
          "name": "Get review summary stats (average rating, count, breakdown) for a target user",
          "request": {
            "name": "Get review summary stats (average rating, count, breakdown) for a target user",
            "description": {},
            "url": {
              "path": [
                "users",
                ":targetUserId",
                "reviews",
                "summary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "targetUserId",
                  "description": "(Required) Target user ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "6a16058f-e70e-4801-b25d-bf696560c722",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"averageRating\": 1650.937878313432,\n  \"totalRatingsCount\": 4989.01872903,\n  \"ratingBreakdown\": [\n    {\n      \"star\": 830.3044317423424,\n      \"pct\": \"string\"\n    },\n    {\n      \"star\": 1281.4160774326078,\n      \"pct\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c18fd292-9bb6-45a0-8ee6-72ac52abee63",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "846afb7b-1ff3-43b4-9fa3-cb32d27fc7fe",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a97493bf-619a-4543-87dc-071f02746dd6",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2f13fa5-093c-4371-aa5f-0665a66a070b",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "users",
                    ":targetUserId",
                    "reviews",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "targetUserId",
                      "description": "(Required) Target user ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9df0c3e6-e435-451f-a6cd-e1797e3b0027",
          "name": "Toggle a like reaction on a review",
          "request": {
            "name": "Toggle a like reaction on a review",
            "description": {},
            "url": {
              "path": [
                "reviews",
                ":reviewId",
                "like"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "reviewId",
                  "description": "(Required) Review ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "340c493e-9ec4-4420-a253-43a98d39240c",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "like"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79d71511-3b7f-41d5-b28c-27b60a22d4ad",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "like"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38d41220-2c31-483b-9840-137ca281e69a",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "like"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "799412df-faa3-483c-b18e-0d5e0aee89f8",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "like"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "004514c9-6fc1-4ff3-91a3-d3cbfad3e141",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "like"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "30bc6f2d-f308-4d56-acf2-aa6c826f8c55",
          "name": "Toggle a dislike reaction on a review",
          "request": {
            "name": "Toggle a dislike reaction on a review",
            "description": {},
            "url": {
              "path": [
                "reviews",
                ":reviewId",
                "dislike"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "reviewId",
                  "description": "(Required) Review ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ca8ceafb-32d1-4e42-9f9c-922da8a2c2d4",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "dislike"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b34f429f-8594-4984-b9d4-5063b0b49ea7",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "dislike"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d508dd5f-fcbc-4b8e-bb23-0496ed496a5a",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "dislike"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c419e3c-bd8c-4741-91d9-783400cdb14c",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "dislike"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "834a1eae-6023-4413-b551-d12568a463d6",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId",
                    "dislike"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80d27856-4771-441e-9ba3-407fa6e14371",
          "name": "Delete the current user's own review",
          "request": {
            "name": "Delete the current user's own review",
            "description": {},
            "url": {
              "path": [
                "reviews",
                ":reviewId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "reviewId",
                  "description": "(Required) Review ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "70cfc49c-7658-457d-bc21-9ef18005b366",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86ea0b50-b2aa-4598-a267-8f2402af1f16",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87f93a2d-31f5-46a4-a60f-83e9be852259",
              "name": "Missing or invalid authentication\n\nMissing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7db5e602-0a3c-4712-926b-7c3bac7e0bc1",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff36551f-d709-4bed-866f-7a4881909405",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "reviews",
                    ":reviewId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "reviewId",
                      "description": "(Required) Review ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5d35fa76-4250-4d3f-b8a0-a1c75e59062c",
      "name": "Admin",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a2a77df3-743b-4af3-9d2e-071dc0f3462d",
          "name": "List users, paginated/filterable, with account stats and counts",
          "request": {
            "name": "List users, paginated/filterable, with account stats and counts",
            "description": {},
            "url": {
              "path": [
                "admin",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "search",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "role",
                  "value": "OFFICE"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "suspended"
                },
                {
                  "disabled": false,
                  "key": "plan",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "verification",
                  "value": "unverified"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5168fe1f-05c2-44f1-9d36-582f9f216906",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "role",
                      "value": "OFFICE"
                    },
                    {
                      "key": "status",
                      "value": "suspended"
                    },
                    {
                      "key": "plan",
                      "value": "string"
                    },
                    {
                      "key": "verification",
                      "value": "unverified"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"accountType\": \"شركة\",\n      \"verificationStatus\": \"غير موثق\",\n      \"subscriptionPlan\": \"string\",\n      \"accountStatus\": \"موقوف\",\n      \"registrationDate\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"accountType\": \"مكتب عقاري\",\n      \"verificationStatus\": \"غير موثق\",\n      \"subscriptionPlan\": \"string\",\n      \"accountStatus\": \"موقوف\",\n      \"registrationDate\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"total\": 1799.6247195344383,\n    \"currentPage\": 3505.073994298299,\n    \"limit\": 3671.6217110645575,\n    \"totalPages\": 6584.303934946443\n  },\n  \"stats\": {\n    \"total\": 5640.49641957002,\n    \"active\": 6761.259689199278,\n    \"blocked\": 689.4140758571154,\n    \"suspended\": 7037.540450374131\n  },\n  \"counts\": {\n    \"all\": 8067.719902182969,\n    \"individual\": 7193.575804982317,\n    \"office\": 3194.594985070166,\n    \"company\": 1775.6170626376877\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16e7032b-6394-470e-b757-2457ae5ee6ab",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "role",
                      "value": "OFFICE"
                    },
                    {
                      "key": "status",
                      "value": "suspended"
                    },
                    {
                      "key": "plan",
                      "value": "string"
                    },
                    {
                      "key": "verification",
                      "value": "unverified"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bee662f-5483-4237-920d-5a906320d4b1",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "role",
                      "value": "OFFICE"
                    },
                    {
                      "key": "status",
                      "value": "suspended"
                    },
                    {
                      "key": "plan",
                      "value": "string"
                    },
                    {
                      "key": "verification",
                      "value": "unverified"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08ecaa19-261b-4af0-a940-34c59a15672e",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "role",
                      "value": "OFFICE"
                    },
                    {
                      "key": "status",
                      "value": "suspended"
                    },
                    {
                      "key": "plan",
                      "value": "string"
                    },
                    {
                      "key": "verification",
                      "value": "unverified"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94dd9b2c-429a-415e-9804-26dc6057c880",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "role",
                      "value": "OFFICE"
                    },
                    {
                      "key": "status",
                      "value": "suspended"
                    },
                    {
                      "key": "plan",
                      "value": "string"
                    },
                    {
                      "key": "verification",
                      "value": "unverified"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "562d7da3-350b-4e65-b970-fac32c7ea7c9",
          "name": "Get full details for a single user, including identities",
          "request": {
            "name": "Get full details for a single user, including identities",
            "description": {},
            "url": {
              "path": [
                "admin",
                "users",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) User ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "70134d46-e680-4d58-a1e4-9d6744050ebc",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 5332,\n  \"key_1\": 8783.904877151315,\n  \"key_2\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e7d900d-3b36-4104-848e-4ea4079b51b4",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99a7c8c1-3ccd-45de-8757-76f860562864",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6fa4569-f2d0-432a-90c8-a692dad9364a",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b72fddb6-e652-40ff-9959-4a0d6751112f",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c60cda0f-3285-41d9-bb87-e19bec819dde",
          "name": "Permanently delete a user account",
          "request": {
            "name": "Permanently delete a user account",
            "description": {},
            "url": {
              "path": [
                "admin",
                "users",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) User ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cb0d837f-a7ec-4252-b0bc-982e5f536347",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "734e24c9-9340-498a-a2e4-dc2326ca4db6",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1312746e-74e2-49f8-af38-93bdd0d47569",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4dee5197-7ba9-45ac-a9ce-3ae894a3c11b",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c4e3be2-27f3-421d-babb-7874c07a4cbd",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0e73561c-bf68-414e-afba-cf8a649a7fc6",
          "name": "Update a user's account status (active/blocked/suspended)",
          "request": {
            "name": "Update a user's account status (active/blocked/suspended)",
            "description": {},
            "url": {
              "path": [
                "admin",
                "users",
                ":id",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) User ID"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"status\": \"suspended\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "212a373a-de95-4fc6-bbfa-95d7bc271b0d",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"suspended\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\",\n  \"user\": {\n    \"key_0\": 3814.6126237105773,\n    \"key_1\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8dbcb1c8-18a6-4949-842d-0a7613743e91",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"suspended\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad68bbff-d193-4043-93f6-25c7fe7dee28",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"suspended\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b176f483-03a4-4911-bbf0-f65e2ad136cd",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"suspended\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdaf97b4-100d-4558-bef8-0e06ae7f20b5",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "users",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) User ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"suspended\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0a0f0bfe-fa34-4e23-a6c8-6a3f657fdc22",
          "name": "Update an identity's approval status (e.g. company/office verification)",
          "request": {
            "name": "Update an identity's approval status (e.g. company/office verification)",
            "description": {},
            "url": {
              "path": [
                "admin",
                "identities",
                ":id",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Identity ID"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"status\": \"REJECTED\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0bf52da1-6d94-46a7-8393-51d8be165c22",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "identities",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"REJECTED\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d5426db-ae8b-43c8-9b2d-9d514c99c0e2",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "identities",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"REJECTED\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c707ac7d-549f-4c10-95a8-9e80b292be21",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "identities",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"REJECTED\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfea87ac-8ac9-49f2-a164-9a9d37a29001",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "identities",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"REJECTED\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4d8e230-5742-42ed-86c5-1fd56c56d853",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin",
                    "identities",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"REJECTED\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6aeebfa9-8549-481a-8eba-67c305c63fd3",
      "name": "Identities",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "456df183-244b-456a-9be9-54e023a85f3f",
          "name": "List all of the current user's identities",
          "request": {
            "name": "List all of the current user's identities",
            "description": {},
            "url": {
              "path": [
                "identities"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "338fe5bf-8c06-4939-80b8-d29b059dfdba",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"OFFICE\",\n    \"isActive\": true,\n    \"createdAt\": \"1946-11-08T23:06:26.549Z\",\n    \"updatedAt\": \"1981-09-19T09:38:52.741Z\",\n    \"individualData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"whatsapp\": \"string\",\n      \"avatarUrl\": \"string\"\n    },\n    \"companyData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"serviceAreas\": [\n        \"string\",\n        \"string\"\n      ],\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1981-08-02T16:49:08.164Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"latitude\": 8344.208452739835,\n      \"longitude\": 3105.758116546228,\n      \"specialty\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    },\n    \"officeData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1965-07-04T04:40:56.263Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"isVerified\": true,\n      \"status\": \"string\"\n    }\n  },\n  {\n    \"id\": \"string\",\n    \"userId\": \"string\",\n    \"type\": \"INDIVIDUAL\",\n    \"isActive\": false,\n    \"createdAt\": \"2012-11-22T21:10:30.854Z\",\n    \"updatedAt\": \"1956-10-09T08:15:46.633Z\",\n    \"individualData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"whatsapp\": \"string\",\n      \"avatarUrl\": \"string\"\n    },\n    \"companyData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"serviceAreas\": [\n        \"string\",\n        \"string\"\n      ],\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1990-11-06T07:42:57.213Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"latitude\": 7860.186430373868,\n      \"longitude\": 4465.853477727674,\n      \"specialty\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    },\n    \"officeData\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"services\": [\n        \"string\",\n        \"string\"\n      ],\n      \"hqLocation\": \"string\",\n      \"about\": \"string\",\n      \"licenseActivity\": \"string\",\n      \"licenseNumber\": \"string\",\n      \"licenseExpiry\": \"1948-09-12T22:07:22.130Z\",\n      \"logoUrl\": \"string\",\n      \"licenseFileUrl\": \"string\",\n      \"isVerified\": false,\n      \"status\": \"string\"\n    }\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3543bcb7-454c-4bc1-b2b1-3d6ae2748b06",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e226ee8-779b-4361-956a-6b716164bcfc",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f31d115b-93cc-4829-96b0-f8ec9125a6f4",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9df052c0-9a9a-4c11-8a5c-5207c68528b9",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6712fbbd-8924-4974-9cbf-4119dabf9e5c",
          "name": "Get the current user's active identity",
          "request": {
            "name": "Get the current user's active identity",
            "description": {},
            "url": {
              "path": [
                "identities",
                "current"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e32e9881-7912-40a8-b171-bdcbb487da1c",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "current"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"type\": \"COMPANY\",\n  \"isActive\": false,\n  \"createdAt\": \"2025-04-17T18:02:53.793Z\",\n  \"updatedAt\": \"1952-03-16T19:20:49.893Z\",\n  \"individualData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\"\n  },\n  \"companyData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"serviceAreas\": [\n      \"string\",\n      \"string\"\n    ],\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"2011-03-05T01:50:08.626Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"latitude\": 2025.689880175716,\n    \"longitude\": 2794.6809692415795,\n    \"specialty\": \"string\",\n    \"isVerified\": false,\n    \"status\": \"string\"\n  },\n  \"officeData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"1962-08-25T19:48:42.089Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"isVerified\": true,\n    \"status\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22ed6bc5-91eb-4e20-ac1e-5ed20c971877",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "current"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a99f3fca-7616-4476-92b2-88fc865805c4",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "current"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47554974-e2cf-4aa5-8d11-0b03892b5fff",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "current"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eec635d1-8c33-4254-8411-592810b2452e",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "current"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "53dbb872-1019-4fb0-ae73-41a51d216981",
          "name": "Get one of the current user's identities by ID",
          "request": {
            "name": "Get one of the current user's identities by ID",
            "description": {},
            "url": {
              "path": [
                "identities",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Identity ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0a90ad6e-9b62-4c48-93f4-3adae91587bf",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"type\": \"COMPANY\",\n  \"isActive\": false,\n  \"createdAt\": \"2025-04-17T18:02:53.793Z\",\n  \"updatedAt\": \"1952-03-16T19:20:49.893Z\",\n  \"individualData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\"\n  },\n  \"companyData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"serviceAreas\": [\n      \"string\",\n      \"string\"\n    ],\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"2011-03-05T01:50:08.626Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"latitude\": 2025.689880175716,\n    \"longitude\": 2794.6809692415795,\n    \"specialty\": \"string\",\n    \"isVerified\": false,\n    \"status\": \"string\"\n  },\n  \"officeData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"1962-08-25T19:48:42.089Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"isVerified\": true,\n    \"status\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a5725b0-342e-4824-bf31-13c8b253ec86",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b39fec75-ef55-4570-a8f8-2ee3e07c8c37",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4d20ac0-f8f7-48c7-a601-de84a662ce7e",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9da57e2c-575a-496b-9826-9da74a1ea857",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "71e1750e-d3f0-4436-b94e-1405330ed086",
          "name": "Update one of the current user's identities (shape depends on identity type)",
          "request": {
            "name": "Update one of the current user's identities (shape depends on identity type)",
            "description": {},
            "url": {
              "path": [
                "identities",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Identity ID"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "849f7c62-6a85-45c1-b5ca-07c2baa7d5e0",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"type\": \"COMPANY\",\n  \"isActive\": false,\n  \"createdAt\": \"2025-04-17T18:02:53.793Z\",\n  \"updatedAt\": \"1952-03-16T19:20:49.893Z\",\n  \"individualData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\"\n  },\n  \"companyData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"serviceAreas\": [\n      \"string\",\n      \"string\"\n    ],\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"2011-03-05T01:50:08.626Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"latitude\": 2025.689880175716,\n    \"longitude\": 2794.6809692415795,\n    \"specialty\": \"string\",\n    \"isVerified\": false,\n    \"status\": \"string\"\n  },\n  \"officeData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"1962-08-25T19:48:42.089Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"isVerified\": true,\n    \"status\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b0f7c3b-b1a1-40bd-9920-e1f2a7779ef4",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42a8b3bc-c957-4ad1-96ff-861820806ab6",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72372e54-f6ca-4ab4-9951-c1c8c977e7f7",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58715d61-6b07-4dcf-9e72-4edafa36e81c",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a5c537c-37ec-4567-b810-a052404a6a8b",
          "name": "Delete one of the current user's identities (must not be the last one or own properties)",
          "request": {
            "name": "Delete one of the current user's identities (must not be the last one or own properties)",
            "description": {},
            "url": {
              "path": [
                "identities",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Identity ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "852c4c9e-5e33-4cd9-a3b3-586347203e43",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddbe1be0-4a83-4a8a-aa63-39147cec0263",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c376ac8-d94e-4301-99cc-5a164c907380",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd129659-84fa-4b2d-a6ce-5f75f6ee2cbf",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee180d54-3bd2-4390-8d3b-c832c182877f",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "89670f04-e71f-4497-98da-8bee3e55f11f",
          "name": "Create an individual identity for the current user",
          "request": {
            "name": "Create an individual identity for the current user",
            "description": {},
            "url": {
              "path": [
                "identities",
                "individual"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9517a7fd-ad91-4ee4-aeb0-cb7fa4f493e9",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"type\": \"COMPANY\",\n  \"isActive\": false,\n  \"createdAt\": \"2025-04-17T18:02:53.793Z\",\n  \"updatedAt\": \"1952-03-16T19:20:49.893Z\",\n  \"individualData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\"\n  },\n  \"companyData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"serviceAreas\": [\n      \"string\",\n      \"string\"\n    ],\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"2011-03-05T01:50:08.626Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"latitude\": 2025.689880175716,\n    \"longitude\": 2794.6809692415795,\n    \"specialty\": \"string\",\n    \"isVerified\": false,\n    \"status\": \"string\"\n  },\n  \"officeData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"1962-08-25T19:48:42.089Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"isVerified\": true,\n    \"status\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e302b780-4ee6-45fa-a18d-328651b81759",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dfaaf32e-1a10-483e-830f-488bbebfd276",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "673855ff-1e2c-4f89-8c90-c7ca3a1414db",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2cd35fea-9ebd-4d3c-ae6c-d844df9d9376",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "individual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"whatsapp\": \"string\",\n  \"avatarUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fbd93664-e41d-4382-b4a1-036da94c04e1",
          "name": "Create a company identity for the current user, with optional logo/license file upload",
          "request": {
            "name": "Create a company identity for the current user, with optional logo/license file upload",
            "description": {},
            "url": {
              "path": [
                "identities",
                "company"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "logo",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "license",
                  "type": "file",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "3f2c01f5-1d5e-4a3a-8876-cdbb8e368290",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"type\": \"COMPANY\",\n  \"isActive\": false,\n  \"createdAt\": \"2025-04-17T18:02:53.793Z\",\n  \"updatedAt\": \"1952-03-16T19:20:49.893Z\",\n  \"individualData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\"\n  },\n  \"companyData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"serviceAreas\": [\n      \"string\",\n      \"string\"\n    ],\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"2011-03-05T01:50:08.626Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"latitude\": 2025.689880175716,\n    \"longitude\": 2794.6809692415795,\n    \"specialty\": \"string\",\n    \"isVerified\": false,\n    \"status\": \"string\"\n  },\n  \"officeData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"1962-08-25T19:48:42.089Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"isVerified\": true,\n    \"status\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d706a4a-eedb-42ab-a2af-fb987a72386d",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3cbb8d40-d271-44d2-ade6-bdb77480b3a6",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2d3fd62-ed77-4fc5-add1-51d75407580b",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c0a9a91-1885-4a34-b44d-3f05d6e39bb1",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "814d6abb-8e93-43a1-a9cd-f01efe14b25e",
          "name": "Create an office identity for the current user, with optional logo/license file upload",
          "request": {
            "name": "Create an office identity for the current user, with optional logo/license file upload",
            "description": {},
            "url": {
              "path": [
                "identities",
                "office"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{accessToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "logo",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "license",
                  "type": "file",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "83e8a4b3-2c97-4c46-8710-f517bef0d5d3",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"userId\": \"string\",\n  \"type\": \"COMPANY\",\n  \"isActive\": false,\n  \"createdAt\": \"2025-04-17T18:02:53.793Z\",\n  \"updatedAt\": \"1952-03-16T19:20:49.893Z\",\n  \"individualData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"whatsapp\": \"string\",\n    \"avatarUrl\": \"string\"\n  },\n  \"companyData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"serviceAreas\": [\n      \"string\",\n      \"string\"\n    ],\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"2011-03-05T01:50:08.626Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"latitude\": 2025.689880175716,\n    \"longitude\": 2794.6809692415795,\n    \"specialty\": \"string\",\n    \"isVerified\": false,\n    \"status\": \"string\"\n  },\n  \"officeData\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"about\": \"string\",\n    \"licenseActivity\": \"string\",\n    \"licenseNumber\": \"string\",\n    \"licenseExpiry\": \"1962-08-25T19:48:42.089Z\",\n    \"logoUrl\": \"string\",\n    \"licenseFileUrl\": \"string\",\n    \"isVerified\": true,\n    \"status\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb64b6e4-2a05-4597-ada7-b572d55d489b",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d12a291-be55-44f9-9322-8a10f21113aa",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f20cab17-63b9-4eef-b53f-854cac9560ad",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "931a0f56-5b1d-464c-ba80-997722fa2938",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "identities",
                    "office"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "logo",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "license",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "fbef0aa0-2641-46da-abd3-cc0be36f3d11",
      "name": "Profiles",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1370b57a-64bf-43cf-ba39-ab198306e6d8",
          "name": "Get the public profile for any identity by ID",
          "request": {
            "name": "Get the public profile for any identity by ID",
            "description": {},
            "url": {
              "path": [
                "profiles",
                ":identityId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "identityId",
                  "description": "(Required) Identity ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "939113aa-b3a2-4ce2-883f-5d3886632d16",
              "originalRequest": {
                "url": {
                  "path": [
                    "profiles",
                    ":identityId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "identityId",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"type\": \"INDIVIDUAL\",\n  \"individualData\": {\n    \"name\": \"string\",\n    \"avatarUrl\": \"string\"\n  },\n  \"companyData\": {\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"serviceAreas\": [\n      \"string\",\n      \"string\"\n    ],\n    \"about\": \"string\",\n    \"logoUrl\": \"string\",\n    \"specialty\": \"string\",\n    \"isVerified\": true\n  },\n  \"officeData\": {\n    \"name\": \"string\",\n    \"services\": [\n      \"string\",\n      \"string\"\n    ],\n    \"hqLocation\": \"string\",\n    \"about\": \"string\",\n    \"logoUrl\": \"string\",\n    \"isVerified\": true\n  },\n  \"_count\": {\n    \"properties\": 5055.37269902618,\n    \"receivedReviews\": 9065.148837476816\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0645bca0-d538-4d53-90b0-745d3ebc5a00",
              "name": "Validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "profiles",
                    ":identityId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "identityId",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3db8c19b-a3ee-4300-9660-993bce8e5ae1",
              "name": "Missing or invalid authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "profiles",
                    ":identityId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "identityId",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "145ef68a-328e-420a-8c25-88801c6d930e",
              "name": "Not allowed to perform this action",
              "originalRequest": {
                "url": {
                  "path": [
                    "profiles",
                    ":identityId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "identityId",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d10bb30-d1f0-4d74-ae83-3d374094500e",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "profiles",
                    ":identityId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "identityId",
                      "description": "(Required) Identity ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"string\",\n  \"error\": \"BadRequestException\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "http://localhost:8001",
      "key": "baseUrl"
    },
    {
      "key": "accessToken",
      "value": "",
      "type": "string"
    }
  ],
  "info": {
    "_postman_id": "79b4492d-b534-4023-8ead-05180c937276",
    "name": "Buyootna API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Generated from the live OpenAPI spec served by apps/api (@nestjs/swagger) — always reflects the real controllers/DTOs, no manual re-sync needed. Set {{baseUrl}} and {{accessToken}} (from POST /auth/login) in the collection variables. Protected requests carry Bearer auth already; public endpoints are explicitly No Auth."
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{accessToken}}",
        "type": "string"
      }
    ]
  }
}