{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/development.brstdev.com\/Quickblog"
        }
    ],
    "info": {
        "name": "QuickBlog Api",
        "_postman_id": "ee372cd0-8632-4a4c-821d-ba3fad5713b9",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "User Login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/userlogin",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/userlogin"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"corrupti\",\"password\":\"assumenda\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/updateprofile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/updateprofile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"firstName\":\"ad\",\"lastName\":\"nihil\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Add Post",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/addpost",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/addpost"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"postImage\":\"a\",\"postTitle\":\"nesciunt\",\"postSlug\":\"consequuntur\",\"postAuthorId\":9,\"postStatus\":\"autem\",\"postPublishAt\":\"2022-07-28T05:20:50\",\"postButtonText\":\"labore\",\"postSeoPrimaryKeyword\":\"praesentium\",\"postSeoOtherKeyword\":\"possimus\",\"postSeoPostTitle\":\"quia\",\"postSEOMetaDescription\":\"voluptatum\",\"accountId\":0}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Post",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/updatepost",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/updatepost"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"postImage\":\"maiores\",\"postTitle\":\"id\",\"postSlug\":\"eius\",\"postAuthorId\":16,\"postStatus\":\"ullam\",\"postPublishAt\":\"2022-07-28T05:20:50\",\"postButtonText\":\"ut\",\"postCanonicalUrl\":\"http:\\\/\\\/www.morissette.com\\\/doloremque-a-cum-laborum-magnam-doloribus-unde-et\",\"postEnableCommenting\":\"et\",\"postEnableSharing\":\"illum\",\"postHidePostFromBlog\":\"sit\",\"postSeoPrimaryKeyword\":\"quas\",\"postSeoOtherKeyword\":\"tempore\",\"postSeoPostTitle\":\"expedita\",\"postSEOMetaDescription\":\"error\",\"accountId\":0,\"postId\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Post",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/deletepost",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/deletepost"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"postId\":0,\"accountId\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/listcategories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/listcategories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"accountId\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Add Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/addcategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/addcategory"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"catName\":\"consectetur\",\"catLabelColor\":\"omnis\",\"catLabelFontSize\":16,\"catLabelTextColor\":\"officiis\",\"subAccountId\":17}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/updatecategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/updatecategory"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"catName\":\"et\",\"catLabelColor\":\"laborum\",\"catLabelFontSize\":\"et\",\"catLabelTextColor\":\"adipisci\",\"catId\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/deletecategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/deletecategory"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"catId\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Authors",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/listauthors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/listauthors"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"accountId\":0}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Add Author",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/addauthor",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/addauthor"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"authorImg\":\"aperiam\",\"authorName\":\"consequatur\",\"authorBio\":\"est\",\"subAccountId\":2}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Author",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/updateauthor",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/updateauthor"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"authorImg\":\"autem\",\"authorName\":\"non\",\"authorBio\":\"explicabo\",\"subAccountId\":12,\"authorId\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Author",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/deleteauthor",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/deleteauthor"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"authorId\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/createteam",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/createteam"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"teamName\":\"enim\",\"assignAccountId\":\"quas\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/updateteam",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/updateteam"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"teamName\":\"id\",\"assignAccountId\":\"error\",\"teamId\":3}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/deleteteam",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/deleteteam"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"teamId\":12}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Add User To Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/addusertoteam",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/addusertoteam"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"userEmail\":\"voluptatem\",\"userRoleName\":\"sed\",\"teamId\":12}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Team User Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/updateteamuserrole",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/updateteamuserrole"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"userEmail\":\"perspiciatis\",\"userRoleName\":\"facere\",\"teamId\":9}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Team User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/deleteteamuser",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/deleteteamuser"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"teamId\":1,\"userEmail\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create Sub-Account",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/createsubaccount",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/createsubaccount"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"fugiat\",\"parentAccountId\":19}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Sub-Account",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/updatesubaccount",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/updatesubaccount"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"updatedSubAccountName\":\"recusandae\",\"subAccountId\":0}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Sub-Account",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/deletesubaccount",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/deletesubaccount"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"subAccountId\":0}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Sub-Accounts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/listsubaccounts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/listsubaccounts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "User Login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/userlogin",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/userlogin"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"corrupti\",\"password\":\"assumenda\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/updateprofile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/updateprofile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"firstName\":\"ad\",\"lastName\":\"nihil\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Post Embed Code",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/postembedcode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/postembedcode"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "apikey",
                                "value": "Your API key here"
                            },
                            {
                                "key": "apisecretkey",
                                "value": "Your API Secret key here"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"accountId\":0}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "apikey",
        "apikey": [
            {
                "key": "in",
                "value": "header",
                "type": "string"
            },
            {
                "key": "key",
                "value": "token",
                "type": "string"
            }
        ]
    }
}