{
    "item": [
        {
            "name": "billing",
            "description": "",
            "item": [
                {
                    "name": "get-invoice-details",
                    "description": "",
                    "item": [
                        {
                            "id": "3904aae4-6b2a-45de-985a-2bbe75a4b56b",
                            "name": "Get Invoice Details",
                            "request": {
                                "name": "Get Invoice Details",
                                "description": {
                                    "content": "Gets details for a single invoice, including line items, payee information, and transactions",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "billing",
                                        "get-invoice-details"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "84183a21-1549-43b5-8f53-bbfce14b5067",
                                    "name": "GetInvoiceDetails 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "get-invoice-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"invoice\": {\n      \"credit\": \"<string>\",\n      \"date\": \"<string>\",\n      \"due_date\": \"<string>\",\n      \"invoice_id\": \"<string>\",\n      \"invoice_number\": \"<string>\",\n      \"issued_to\": {\n        \"address\": \"<string>\",\n        \"city_state_zip\": \"<string>\",\n        \"company_name\": \"<string>\",\n        \"country\": \"<string>\",\n        \"country_name\": \"<string>\",\n        \"full_name\": \"<string>\",\n        \"tax\": {\n          \"level\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"rate\": \"<double>\"\n        }\n      },\n      \"items\": [\n        {\n          \"amount\": \"<string>\",\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"taxed\": \"<integer>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"amount\": \"<string>\",\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"taxed\": \"<integer>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"notes\": \"<string>\",\n      \"payment_method\": \"<string>\",\n      \"status\": \"<string>\",\n      \"subtotal\": \"<string>\",\n      \"tax\": \"<string>\",\n      \"tax_rate\": \"<string>\",\n      \"total\": \"<string>\",\n      \"total_due\": \"<string>\",\n      \"transactions\": [\n        {\n          \"id\": \"<integer>\",\n          \"gateway\": \"<string>\",\n          \"date\": \"<string>\",\n          \"description\": \"<string>\",\n          \"amount_in\": \"<string>\",\n          \"fees\": \"<string>\",\n          \"amount_out\": \"<string>\",\n          \"trans_id\": \"<string>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"gateway\": \"<string>\",\n          \"date\": \"<string>\",\n          \"description\": \"<string>\",\n          \"amount_in\": \"<string>\",\n          \"fees\": \"<string>\",\n          \"amount_out\": \"<string>\",\n          \"trans_id\": \"<string>\"\n        }\n      ],\n      \"date_paid\": \"<string>\",\n      \"tax2\": \"<string>\",\n      \"tax_rate2\": \"<string>\"\n    },\n    \"selcom_metadata\": {\n      \"amount\": \"<string>\",\n      \"instructions\": \"<string>\",\n      \"mobile_reference\": \"<string>\",\n      \"pesa_account\": \"<string>\",\n      \"ussd_code\": \"<string>\"\n    }\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6b14a9d8-fa29-4f3a-b453-d2ef9404db9e",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "get-invoice-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "02e1c3c4-e302-4ac3-afa0-241cbb7b709e",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "get-invoice-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "105c6fac-0cc2-4be1-b201-3f45f2bf4d6e",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "get-invoice-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3e81113b-fae3-4fbf-bc21-14c765195974",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "get-invoice-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8a4a926f-0721-4608-9794-dc69c8f1bdd8",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "get-invoice-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "97c22d7c-7e7a-4744-82f7-472300080c47",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "get-invoice-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6dc1ce4e-ef6d-46f2-a59b-3fcd518e7880",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "get-invoice-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2e5233a8-cacf-439c-b1d7-191ecb5396cc",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "get-invoice-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"invoice_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-invoices",
                    "description": "",
                    "item": [
                        {
                            "id": "0ab5d076-da3b-432d-8b53-8ecf33044a3e",
                            "name": "List Invoices",
                            "request": {
                                "name": "List Invoices",
                                "description": {
                                    "content": "Lists invoices for the authenticated user",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "billing",
                                        "list-invoices"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "7d5a8a5f-b37b-4b59-832b-fa9c05c57778",
                                    "name": "ListInvoices 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "list-invoices"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"invoices\": [\n      {\n        \"date\": \"<string>\",\n        \"due_date\": \"<string>\",\n        \"grand_total\": \"<string>\",\n        \"invoice_id\": \"<string>\",\n        \"invoice_number\": \"<string>\",\n        \"status\": \"<string>\",\n        \"subtotal\": \"<string>\",\n        \"tax\": \"<string>\",\n        \"tax_rate\": \"<string>\",\n        \"total\": \"<string>\",\n        \"tax2\": \"<string>\",\n        \"tax_rate2\": \"<string>\"\n      },\n      {\n        \"date\": \"<string>\",\n        \"due_date\": \"<string>\",\n        \"grand_total\": \"<string>\",\n        \"invoice_id\": \"<string>\",\n        \"invoice_number\": \"<string>\",\n        \"status\": \"<string>\",\n        \"subtotal\": \"<string>\",\n        \"tax\": \"<string>\",\n        \"tax_rate\": \"<string>\",\n        \"total\": \"<string>\",\n        \"tax2\": \"<string>\",\n        \"tax_rate2\": \"<string>\"\n      }\n    ],\n    \"total_count\": \"<integer>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6fea7297-007a-4f14-90dd-c219bc57c693",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "list-invoices"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a0ec8b2d-febd-4720-a054-06a034d5d35f",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "list-invoices"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fead4677-cb08-4f41-8416-17e6619788cb",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "list-invoices"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6c3ca3ed-62f6-425b-b70f-44ded03177ce",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "list-invoices"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "59ab73db-7c23-4ecf-9782-160b7cbb1ac7",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "list-invoices"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "972a04c6-6159-454c-968f-6524b2b93652",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "list-invoices"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b7e7be11-6096-453d-8217-a18de63bb9f6",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "billing",
                                                "list-invoices"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "dns",
            "description": "",
            "item": [
                {
                    "name": "add-record",
                    "description": "",
                    "item": [
                        {
                            "id": "7c6b04a2-c690-4534-b917-212856fefab5",
                            "name": "Add Dns Record",
                            "request": {
                                "name": "Add Dns Record",
                                "description": {
                                    "content": "Adds a DNS record to a zone via DNSManager.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "dns",
                                        "add-record"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "f610e9a4-f13e-415c-a804-52314586c7ea",
                                    "name": "AddDnsRecord 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "add-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"records\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"content\": \"<string>\",\n        \"ttl\": \"<integer>\",\n        \"priority\": \"<integer>\",\n        \"weight\": \"<integer>\",\n        \"port\": \"<integer>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"content\": \"<string>\",\n        \"ttl\": \"<integer>\",\n        \"priority\": \"<integer>\",\n        \"weight\": \"<integer>\",\n        \"port\": \"<integer>\"\n      }\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6412f295-41a1-470d-b29f-29c984f2a6ce",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "add-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c0c6c924-1e61-40f5-a035-ea74dab92eb8",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "add-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "898fb600-44e7-41d9-8e1a-45e0b2c34b4a",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "add-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8cf0a97c-14ac-4edf-b280-41964a166dd1",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "add-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "36adc608-12c0-4c8b-8adf-8af04a98bf3b",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "add-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c545666a-77e0-42cc-83b8-56be6d03b943",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "add-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7da90bb4-d912-492f-a1ae-b42b72dcbe85",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "add-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7808bfaf-8a3a-4b16-8d15-b586194dbb7b",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "add-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "create-rdns-record",
                    "description": "",
                    "item": [
                        {
                            "id": "eed7c781-940d-4443-95ad-d40a23448259",
                            "name": "Create Rdns Record",
                            "request": {
                                "name": "Create Rdns Record",
                                "description": {
                                    "content": "Creates (or upserts) a PTR record for the authenticated client. If the client already owns a PTR for the same (serverid, ip) it is updated in place; if another client owns it a 409 is returned.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "dns",
                                        "create-rdns-record"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "15c4eca2-3c52-40cb-a0f6-c5c5fae86297",
                                    "name": "CreateRdnsRecord 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "create-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"record\": {\n      \"clientid\": \"<integer>\",\n      \"hostname\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"ip\": \"<string>\",\n      \"packageid\": \"<integer>\",\n      \"serverid\": \"<integer>\",\n      \"ttl\": \"<integer>\",\n      \"type\": \"<integer>\",\n      \"relid\": \"<integer>\",\n      \"from\": \"<string>\",\n      \"sub\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "730bd3e3-b163-43a4-84a4-87b19abcb653",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "create-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "89461d4d-7846-47ba-88e1-bed59543b991",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "create-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "42f64f9e-664a-4ba7-9916-2bc593f55064",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "create-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c1e2fff3-dfc0-4d98-97a5-12db3020617f",
                                    "name": "InvalidStateError 409 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "create-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Conflict",
                                    "code": 409,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a21ae20d-1717-44b5-8cf6-fe631aa86629",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "create-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c371a52f-d108-4d4b-83cd-8507e548f17b",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "create-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e6904a55-2954-4286-86d3-3cb88518ebe9",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "create-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fa6ad120-eee1-40b8-b4e4-1872f234069f",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "create-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"hostname\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"relid\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"ttl\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "delete-rdns-record",
                    "description": "",
                    "item": [
                        {
                            "id": "6e2ba00b-6db0-498c-8e96-12aad423c952",
                            "name": "Delete Rdns Record",
                            "request": {
                                "name": "Delete Rdns Record",
                                "description": {
                                    "content": "Deletes a PTR (rDNS) record owned by the authenticated client",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "dns",
                                        "delete-rdns-record"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "1eb83ac3-6789-48b5-bbcd-f7283ce03f68",
                                    "name": "DeleteRdnsRecord 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ebb5f2d1-ddca-4bfe-b430-841c4200f045",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ed73166f-b6e7-47a4-acf3-b9bdfbcfb846",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9fc25560-a8b5-4b7b-bf8f-443df4f57cdb",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1e3fc87c-9287-4f81-8350-b97d07e9868a",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "69d5557f-a750-44d4-9b3f-3be1a587fd71",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4329bacf-553a-44da-a89d-93f15ab0d5f4",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "290347dc-2125-4581-beb4-4e3d46302402",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ebad898f-b929-4160-a9a6-adeb17b89eb5",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-rdns-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "delete-record",
                    "description": "",
                    "item": [
                        {
                            "id": "406333f2-dee8-46e6-b795-860b9a0005c0",
                            "name": "Delete Dns Record",
                            "request": {
                                "name": "Delete Dns Record",
                                "description": {
                                    "content": "Deletes a DNS record from a zone via DNSManager.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "dns",
                                        "delete-record"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "d83f1937-94c6-4110-b1f1-6482a8659f06",
                                    "name": "DeleteDnsRecord 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"records\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"content\": \"<string>\",\n        \"ttl\": \"<integer>\",\n        \"priority\": \"<integer>\",\n        \"weight\": \"<integer>\",\n        \"port\": \"<integer>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"content\": \"<string>\",\n        \"ttl\": \"<integer>\",\n        \"priority\": \"<integer>\",\n        \"weight\": \"<integer>\",\n        \"port\": \"<integer>\"\n      }\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7338a29f-eee6-413d-b67b-44a7ba67f31a",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "19d75cd8-bc10-41b3-b3ef-e7f3c0975ad8",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a601ba6e-7abd-41da-b3f3-69b20930d577",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "21789003-8e46-4706-9308-f3c8205598f7",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "693298a7-015e-47d6-a84d-43566c00a6d4",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7be622bc-7ed1-4ec7-a442-b179c0d62e02",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dbf77dfd-c9a0-4b29-bf44-712b770d049f",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6738d036-ed03-4474-ad98-36ac29302bf0",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "delete-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "edit-record",
                    "description": "",
                    "item": [
                        {
                            "id": "959ba1b1-5e5b-4567-a48e-4db6968d176a",
                            "name": "Edit Dns Record",
                            "request": {
                                "name": "Edit Dns Record",
                                "description": {
                                    "content": "Edits a DNS record in a zone via DNSManager.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "dns",
                                        "edit-record"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "811013ed-63c2-4749-8d2d-55b7b1a8dc6c",
                                    "name": "EditDnsRecord 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "edit-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"records\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"content\": \"<string>\",\n        \"ttl\": \"<integer>\",\n        \"priority\": \"<integer>\",\n        \"weight\": \"<integer>\",\n        \"port\": \"<integer>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"content\": \"<string>\",\n        \"ttl\": \"<integer>\",\n        \"priority\": \"<integer>\",\n        \"weight\": \"<integer>\",\n        \"port\": \"<integer>\"\n      }\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a98ad249-76e2-4751-9438-ac92557a0206",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "edit-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "74f1afc5-1fce-4eec-9a38-54b3af35e055",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "edit-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4df8bb18-3122-4ce1-a4c3-dcfc36554901",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "edit-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "40d01be2-92ad-4a66-b9f5-4f26e6117e70",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "edit-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b15896a9-2f62-42c0-98d5-335da4808548",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "edit-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c7943035-d6d2-419a-94f6-f1c616845608",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "edit-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6a4675ee-c211-431c-a1d5-c1e7b66d471f",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "edit-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3f4e9f1f-a231-4d93-bc3f-1ba771ad305a",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "edit-record"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"record\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"ttl\": \"<integer>\",\n    \"priority\": \"<integer>\",\n    \"weight\": \"<integer>\",\n    \"port\": \"<integer>\"\n  },\n  \"zone_id\": \"<string>\",\n  \"domain_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "get-zone",
                    "description": "",
                    "item": [
                        {
                            "id": "e5e08085-020a-4373-b363-f988c6881b04",
                            "name": "Get Dns Zone Details",
                            "request": {
                                "name": "Get Dns Zone Details",
                                "description": {
                                    "content": "Retrieves DNS zone details and records for an owned domain.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "dns",
                                        "get-zone"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "76601d69-0e40-4692-920c-0f60326fbd6c",
                                    "name": "GetDnsZoneDetails 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "get-zone"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"domain_id\": \"<string>\",\n    \"zone_id\": \"<string>\",\n    \"zone_exists\": \"<boolean>\",\n    \"management_available\": \"<boolean>\",\n    \"domain_nameservers\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ns_changing\": \"<string>\",\n    \"package_settings\": \"\",\n    \"records\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"content\": \"<string>\",\n        \"ttl\": \"<integer>\",\n        \"priority\": \"<integer>\",\n        \"weight\": \"<integer>\",\n        \"port\": \"<integer>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"content\": \"<string>\",\n        \"ttl\": \"<integer>\",\n        \"priority\": \"<integer>\",\n        \"weight\": \"<integer>\",\n        \"port\": \"<integer>\"\n      }\n    ]\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8a96617a-12b7-49bb-acca-bdb2bd040059",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "get-zone"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fb9beb3a-6ddd-427b-ac72-4fb3ca0213f2",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "get-zone"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1099c5eb-7858-4457-8b49-560af2751561",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "get-zone"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3c666eb3-c4b5-4966-bc11-2f1664ba24fa",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "get-zone"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c5c72cf8-db09-414c-8087-ecd5cc87e02d",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "get-zone"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c9b81e96-2a06-44e5-b09c-3ef860e2bac5",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "get-zone"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "83945660-09a2-401f-a403-ed2b84c1da60",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "get-zone"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9cb8d5e8-8886-467f-96a4-ee1de39d1053",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "get-zone"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-create-candidates",
                    "description": "",
                    "item": [
                        {
                            "id": "aaca5151-5a0f-47ed-8d81-c29511efa0c1",
                            "name": "List Dns Create Candidates",
                            "request": {
                                "name": "List Dns Create Candidates",
                                "description": {
                                    "content": "Lists domains and services eligible for new DNS zone creation.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "dns",
                                        "list-create-candidates"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "2d1b907d-0f31-4b9c-bbb4-1c9f3a7ba38a",
                                    "name": "ListDnsCreateCandidates 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-create-candidates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"candidates\": [\n      {\n        \"domain_name\": \"<string>\",\n        \"domain_id\": \"<string>\",\n        \"relid\": \"<integer>\",\n        \"type\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      {\n        \"domain_name\": \"<string>\",\n        \"domain_id\": \"<string>\",\n        \"relid\": \"<integer>\",\n        \"type\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    ],\n    \"message\": \"<string>\",\n    \"total\": \"<integer>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e32932b8-4a69-4938-bf67-ef7d7d1d320d",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-create-candidates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9f7b487d-9b8a-4991-989f-538fbfff5a9f",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-create-candidates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5ac77dd9-6391-4b75-9d41-5395b25148da",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-create-candidates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d79f5963-aa64-47b6-a835-05a3ca3f5267",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-create-candidates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d3567567-ecf4-440d-b93b-9e0dfa0bb8f2",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-create-candidates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0cc3ff0e-c8fb-4748-8abd-9ad261869c4b",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-create-candidates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5c6bacfb-5b23-472e-9634-9196cfd86233",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-create-candidates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-rdns-records",
                    "description": "",
                    "item": [
                        {
                            "id": "9cba3cd2-1822-4196-902d-12d39bed34d7",
                            "name": "List Rdns Records",
                            "request": {
                                "name": "List Rdns Records",
                                "description": {
                                    "content": "Lists all rDNS (PTR) records and available services for the authenticated client",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "dns",
                                        "list-rdns-records"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "0ac98a6f-f9b0-437f-b6d9-bb492ac4bc84",
                                    "name": "ListRdnsRecords 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-rdns-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"available_items\": [\n      {\n        \"allow_rdns\": \"<boolean>\",\n        \"ips\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"pools\": [\n          {\n            \"mask\": \"<integer>\",\n            \"pool\": \"<string>\"\n          },\n          {\n            \"mask\": \"<integer>\",\n            \"pool\": \"<string>\"\n          }\n        ],\n        \"ptr_limit\": \"<integer>\",\n        \"rdns_supported\": \"<boolean>\",\n        \"relid\": \"<integer>\",\n        \"server_id\": \"<integer>\",\n        \"type\": \"<integer>\"\n      },\n      {\n        \"allow_rdns\": \"<boolean>\",\n        \"ips\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"pools\": [\n          {\n            \"mask\": \"<integer>\",\n            \"pool\": \"<string>\"\n          },\n          {\n            \"mask\": \"<integer>\",\n            \"pool\": \"<string>\"\n          }\n        ],\n        \"ptr_limit\": \"<integer>\",\n        \"rdns_supported\": \"<boolean>\",\n        \"relid\": \"<integer>\",\n        \"server_id\": \"<integer>\",\n        \"type\": \"<integer>\"\n      }\n    ],\n    \"custom_ip_mode\": \"<boolean>\",\n    \"ptr_count\": \"<integer>\",\n    \"ptr_limit\": \"<integer>\",\n    \"records\": [\n      {\n        \"clientid\": \"<integer>\",\n        \"hostname\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"ip\": \"<string>\",\n        \"packageid\": \"<integer>\",\n        \"serverid\": \"<integer>\",\n        \"ttl\": \"<integer>\",\n        \"type\": \"<integer>\",\n        \"relid\": \"<integer>\",\n        \"from\": \"<string>\",\n        \"sub\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      {\n        \"clientid\": \"<integer>\",\n        \"hostname\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"ip\": \"<string>\",\n        \"packageid\": \"<integer>\",\n        \"serverid\": \"<integer>\",\n        \"ttl\": \"<integer>\",\n        \"type\": \"<integer>\",\n        \"relid\": \"<integer>\",\n        \"from\": \"<string>\",\n        \"sub\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    ],\n    \"service_only_ips\": \"<boolean>\",\n    \"subnet_custom_ip_mode\": \"<boolean>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8aded162-4dfa-41ce-9461-77acbde045e1",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-rdns-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f802dea1-a7b0-43e8-9139-0931d7203a0a",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-rdns-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2b790e3e-9c24-4617-9564-9a65381be2f8",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-rdns-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "70ea865d-dfb2-4453-b432-70cde871cb37",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-rdns-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "516e8cd0-83c3-4fb2-8f6c-9219e1ee0b76",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-rdns-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6fd3aab0-def0-4268-93b6-717ad14c1e19",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-rdns-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0c21d255-641f-4d53-ba3d-8ed0e85d861a",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-rdns-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-zones",
                    "description": "",
                    "item": [
                        {
                            "id": "f7ae89d0-9ebb-4803-a6f3-07be9986e9b9",
                            "name": "List Dns Zones",
                            "request": {
                                "name": "List Dns Zones",
                                "description": {
                                    "content": "Lists DNS zones belonging to the authenticated client.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "dns",
                                        "list-zones"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "2bc33c2f-3b91-4d88-8fba-df165969ce94",
                                    "name": "ListDnsZones 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-zones"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"total\": \"<integer>\",\n    \"zones\": [\n      {\n        \"has_dns_manager_zone\": \"<boolean>\",\n        \"zone_id\": \"<string>\",\n        \"domain_id\": \"<string>\",\n        \"domain_name\": \"<string>\",\n        \"hosting_id\": \"<integer>\",\n        \"type\": \"<integer>\",\n        \"type_key\": \"<string>\",\n        \"package_name\": \"<string>\",\n        \"has_hosting\": {\n          \"hosting_id\": \"<integer>\",\n          \"module\": \"<string>\"\n        }\n      },\n      {\n        \"has_dns_manager_zone\": \"<boolean>\",\n        \"zone_id\": \"<string>\",\n        \"domain_id\": \"<string>\",\n        \"domain_name\": \"<string>\",\n        \"hosting_id\": \"<integer>\",\n        \"type\": \"<integer>\",\n        \"type_key\": \"<string>\",\n        \"package_name\": \"<string>\",\n        \"has_hosting\": {\n          \"hosting_id\": \"<integer>\",\n          \"module\": \"<string>\"\n        }\n      }\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "19bf90f6-640b-47e7-ad11-86c80f36ddd1",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-zones"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b60aedfb-334a-4738-af92-d9f3964c460e",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-zones"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9337c8b7-5861-4001-a19d-7631e6f23b56",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-zones"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2713e7d0-a4b3-41fc-892d-59bbc0c7f67d",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-zones"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bd573e1d-c0fc-4c7a-954b-adac04ebbea1",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-zones"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4dfd9f92-84ce-42eb-a88d-3311fb03b2d6",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-zones"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1e15b11c-f73c-4eea-85e9-5e97df2ccedc",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "dns",
                                                "list-zones"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "domain",
            "description": "",
            "item": [
                {
                    "name": "check-availability",
                    "description": "",
                    "item": [
                        {
                            "id": "00c3d3db-f0d4-458c-8d5d-aab86a1e0419",
                            "name": "Check Domain Availability",
                            "request": {
                                "name": "Check Domain Availability",
                                "description": {
                                    "content": "Checks domain name availability for a single domain or a comma-separated batch. Exactly one of domain or domains must be provided. Returns pricing, suggestions, and register_url scoped to the requested currency.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "check-availability"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"domain\": \"<string>\",\n  \"domains\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "26c54e63-1d79-4f24-a919-af82e4bbb816",
                                    "name": "CheckDomainAvailability 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "check-availability"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain\": \"<string>\",\n  \"domains\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"currency\": \"<integer>\",\n    \"currency_code\": \"<string>\",\n    \"currency_note\": \"<string>\",\n    \"domains\": [\n      {\n        \"domain\": \"<string>\",\n        \"status\": \"<string>\",\n        \"premium\": \"<boolean>\",\n        \"addons\": {\n          \"dnsmanagement\": \"<boolean>\",\n          \"emailforwarding\": \"<boolean>\",\n          \"idprotection\": \"<boolean>\"\n        },\n        \"pricing\": {\n          \"domainregister\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ],\n          \"domainrenew\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ],\n          \"domaintransfer\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ]\n        },\n        \"requires_additional_info\": \"<boolean>\",\n        \"additional_info\": \"\",\n        \"group\": \"<string>\",\n        \"register_url\": \"<string>\"\n      },\n      {\n        \"domain\": \"<string>\",\n        \"status\": \"<string>\",\n        \"premium\": \"<boolean>\",\n        \"addons\": {\n          \"dnsmanagement\": \"<boolean>\",\n          \"emailforwarding\": \"<boolean>\",\n          \"idprotection\": \"<boolean>\"\n        },\n        \"pricing\": {\n          \"domainregister\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ],\n          \"domainrenew\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ],\n          \"domaintransfer\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ]\n        },\n        \"requires_additional_info\": \"<boolean>\",\n        \"additional_info\": \"\",\n        \"group\": \"<string>\",\n        \"register_url\": \"<string>\"\n      }\n    ],\n    \"suggestions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"warnings\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "af159a87-6edb-4abe-87ac-5730eaec0fb0",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "check-availability"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain\": \"<string>\",\n  \"domains\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4688211d-9a40-4357-8df6-7b50df00ffae",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "check-availability"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain\": \"<string>\",\n  \"domains\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c832be18-736d-4002-b08f-25a18d4dcd02",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "check-availability"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain\": \"<string>\",\n  \"domains\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7295f970-584d-47c3-9116-f0d58c802ec5",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "check-availability"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain\": \"<string>\",\n  \"domains\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "59554b62-a7e0-4c5f-b235-554732b108d7",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "check-availability"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain\": \"<string>\",\n  \"domains\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fac131b1-9ade-4563-b3d2-3eae5a888a0b",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "check-availability"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain\": \"<string>\",\n  \"domains\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c7f0da48-c8b5-4f24-acee-0658cd61c7d5",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "check-availability"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain\": \"<string>\",\n  \"domains\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "get-domain",
                    "description": "",
                    "item": [
                        {
                            "id": "24a76462-7941-4fec-8957-e3c40ebef12b",
                            "name": "Get Domain",
                            "request": {
                                "name": "Get Domain",
                                "description": {
                                    "content": "Gets details for an owned domain.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "get-domain"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "8cb880f1-41af-4401-a015-94e24c4e54a8",
                                    "name": "GetDomain 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"domain\": {\n      \"domain\": \"<string>\",\n      \"domain_id\": \"<string>\",\n      \"donotrenew\": \"<integer>\",\n      \"has_dns_manager_zone\": \"<boolean>\",\n      \"id_protection\": \"<integer>\",\n      \"id_protection_supported\": \"<boolean>\",\n      \"period\": \"<integer>\",\n      \"recurringamount\": \"<string>\",\n      \"status\": \"<string>\",\n      \"type\": \"<string>\",\n      \"sld\": \"<string>\",\n      \"tld\": \"<string>\",\n      \"registrationdate\": \"<string>\",\n      \"firstpaymentamount\": \"<string>\",\n      \"dnsmanagement\": \"<boolean>\",\n      \"emailforwarding\": \"<boolean>\",\n      \"is_premium\": \"<boolean>\",\n      \"lock_status\": \"<string>\",\n      \"grace_period\": \"<integer>\",\n      \"redemption_period\": \"<integer>\",\n      \"grace_period_fee\": \"<integer>\",\n      \"redemption_period_fee\": \"<integer>\",\n      \"in_grace\": \"<boolean>\",\n      \"in_redemption\": \"<boolean>\",\n      \"expirydate\": \"<string>\",\n      \"nextinvoicedate\": \"<string>\",\n      \"nextduedate\": \"<string>\",\n      \"available_features\": {\n        \"eppcode\": \"<boolean>\",\n        \"dnssec\": \"<boolean>\",\n        \"private_nameservers\": \"<boolean>\",\n        \"redirector\": \"<boolean>\",\n        \"dnsmanagement\": {\n          \"description\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"price\": \"<double>\",\n          \"title\": \"<string>\",\n          \"product_desc\": \"<string>\"\n        },\n        \"emailforwarding\": {\n          \"description\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"price\": \"<double>\",\n          \"title\": \"<string>\",\n          \"product_desc\": \"<string>\"\n        },\n        \"idprotection\": {\n          \"description\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"price\": \"<double>\",\n          \"title\": \"<string>\",\n          \"product_desc\": \"<string>\"\n        }\n      },\n      \"domain_nameservers\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default_nameservers\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"ns_changing\": \"<string>\",\n      \"has_hosting\": {\n        \"hosting_id\": \"<integer>\",\n        \"module\": \"<string>\"\n      },\n      \"expiry_countdown\": {\n        \"days\": \"<integer>\",\n        \"months\": \"<integer>\",\n        \"years\": \"<integer>\"\n      },\n      \"evaluation\": \"\",\n      \"domain_evaluation_available\": \"<boolean>\",\n      \"has_redirect\": \"\",\n      \"no_epp\": \"<boolean>\"\n    },\n    \"message\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "227f2695-f9d8-474a-a4af-86d4aae7e09d",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a2768b18-4c62-41b6-862d-96b5de2779f4",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7d29cd45-5867-435b-bc75-2ad0f7bb3034",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c5e00c8b-7dad-42c2-8051-1acb8e01d8b3",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4bb570bf-e816-435a-8b3a-15f57706d02d",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ef64381e-cfd6-40cf-aff9-7901ad0e3230",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "beaf799f-cdb2-47b0-9fa0-e4954757dedd",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "57b1c526-c3bc-4e78-955b-c350f369edb1",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "get-domain-contacts",
                    "description": "",
                    "item": [
                        {
                            "id": "a5e987f3-8435-4131-b668-f596242a35cb",
                            "name": "Get Domain Contacts",
                            "request": {
                                "name": "Get Domain Contacts",
                                "description": {
                                    "content": "Retrieves WHOIS contact information for an owned domain. Contact field names vary by TLD and registrar; use the returned structure when building custom contact update payloads.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "get-domain-contacts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "526e608a-384b-45e8-b8d8-e1453b5ee006",
                                    "name": "GetDomainContacts 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"contacts\": {\n      \"Registrant\": {\n        \"key_0\": \"<string>\"\n      },\n      \"Admin\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\",\n        \"key_2\": \"<string>\"\n      },\n      \"Tech\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      },\n      \"Billing\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"domain\": \"<string>\",\n    \"domain_id\": \"<string>\",\n    \"message\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b57d3403-83ec-4570-a670-20b6cc176049",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "40e52667-a345-41a6-843b-fca9fbe9c463",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "469d7bbc-a59d-46d9-b8eb-0ec10ccecee0",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3fd96336-fac5-4758-b8c3-3a34f9b2490d",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ce2aca38-ead3-43fc-8111-9ced28e29534",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a67fb1fd-3830-4e17-9303-e914ea04de7f",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cdd4778c-3cb4-4f76-91e8-6665f3c22e28",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d5db832c-007d-4933-b796-5db3d1c510d0",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "get-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-dnssec-records",
                    "description": "",
                    "item": [
                        {
                            "id": "ee9ebe0f-6968-4fd6-a433-6b41e125f2cb",
                            "name": "List Dnssec Records",
                            "request": {
                                "name": "List Dnssec Records",
                                "description": {
                                    "content": "Lists DNSSEC DS records configured for an owned domain.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "list-dnssec-records"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "1f587fe7-543f-47b5-91f9-8775b1032352",
                                    "name": "ListDnssecRecords 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-dnssec-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"records\": [\n      {\n        \"alg\": \"<integer>\",\n        \"digest\": \"<string>\",\n        \"digest_type\": \"<integer>\",\n        \"key_tag\": \"<integer>\"\n      },\n      {\n        \"alg\": \"<integer>\",\n        \"digest\": \"<string>\",\n        \"digest_type\": \"<integer>\",\n        \"key_tag\": \"<integer>\"\n      }\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e274fa58-51ef-448d-816a-c27f646c98d2",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-dnssec-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b85df38f-854c-4706-89be-f2cb4d102754",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-dnssec-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c0c521c2-201b-4285-9119-0c960f26edc9",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-dnssec-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "34b849cc-0de5-47fc-9c6c-d82299f46193",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-dnssec-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a184664f-8c6d-49e8-a46e-5f7e679c40e3",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-dnssec-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3b88da63-9f25-49df-a628-a7bc5669a567",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-dnssec-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b85747da-6f9f-4b85-867c-f5c2c23114d5",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-dnssec-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9218a177-a8fa-4457-bf7a-3eb8ccbc27d6",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-dnssec-records"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-domains",
                    "description": "",
                    "item": [
                        {
                            "id": "c3a2837d-4f19-408f-a39b-1d79d3bea285",
                            "name": "List Domains",
                            "request": {
                                "name": "List Domains",
                                "description": {
                                    "content": "List all domains belonging to the authenticated client.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "list-domains"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "313037ac-b486-4cb4-86f6-3f24ea31bca9",
                                    "name": "ListDomains 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"domain_evaluation_available\": \"<boolean>\",\n    \"domain_warranty\": \"<boolean>\",\n    \"domains\": [\n      {\n        \"domain\": \"<string>\",\n        \"domain_id\": \"<string>\",\n        \"donotrenew\": \"<integer>\",\n        \"has_dns_manager_zone\": \"<boolean>\",\n        \"id_protection\": \"<integer>\",\n        \"id_protection_supported\": \"<boolean>\",\n        \"period\": \"<integer>\",\n        \"recurringamount\": \"<string>\",\n        \"status\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expirydate\": \"<string>\",\n        \"nextinvoicedate\": \"<string>\",\n        \"nextduedate\": \"<string>\",\n        \"has_hosting\": {\n          \"hosting_id\": \"<integer>\",\n          \"module\": \"<string>\"\n        },\n        \"evaluation\": \"\",\n        \"no_epp\": \"<boolean>\"\n      },\n      {\n        \"domain\": \"<string>\",\n        \"domain_id\": \"<string>\",\n        \"donotrenew\": \"<integer>\",\n        \"has_dns_manager_zone\": \"<boolean>\",\n        \"id_protection\": \"<integer>\",\n        \"id_protection_supported\": \"<boolean>\",\n        \"period\": \"<integer>\",\n        \"recurringamount\": \"<string>\",\n        \"status\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expirydate\": \"<string>\",\n        \"nextinvoicedate\": \"<string>\",\n        \"nextduedate\": \"<string>\",\n        \"has_hosting\": {\n          \"hosting_id\": \"<integer>\",\n          \"module\": \"<string>\"\n        },\n        \"evaluation\": \"\",\n        \"no_epp\": \"<boolean>\"\n      }\n    ],\n    \"message\": \"<string>\",\n    \"total_count\": \"<integer>\",\n    \"domain_warranty_rename\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e116f382-123f-4564-b036-c174fa693c49",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bee33e8f-9b4a-4201-80be-b3b3b0da38aa",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c4e5f089-bdb2-423e-b378-dd86b104c6b6",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "05867f2a-aaf9-460a-bf99-cff7394bc5a5",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3bdd2682-514e-42a8-a6e6-f1526e58658d",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3927f603-c15b-4018-a6ca-d65f3692dd00",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bdb51c05-296b-4f7a-b6e6-1eb985df0f12",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-domains-requiring-data",
                    "description": "",
                    "item": [
                        {
                            "id": "18844b7c-02bb-490f-a851-48f4064c07cb",
                            "name": "List Domains Requiring Data",
                            "request": {
                                "name": "List Domains Requiring Data",
                                "description": {
                                    "content": "Lists domains belonging to the authenticated client that require additional registrar or contact data.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "list-domains-requiring-data"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "4ae62add-bdee-4ae0-b6e9-0a48526b3304",
                                    "name": "ListDomainsRequiringData 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains-requiring-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"domains\": [\n      {\n        \"additionalFields\": [\n          {\n            \"displayname\": \"<string>\",\n            \"name\": \"<string>\",\n            \"required\": \"<boolean>\",\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"displayname\": \"<string>\",\n            \"name\": \"<string>\",\n            \"required\": \"<boolean>\",\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ],\n        \"domain\": \"<string>\",\n        \"domain_id\": \"<string>\",\n        \"domain_type\": \"<string>\",\n        \"status\": \"<string>\",\n        \"tld\": \"<string>\"\n      },\n      {\n        \"additionalFields\": [\n          {\n            \"displayname\": \"<string>\",\n            \"name\": \"<string>\",\n            \"required\": \"<boolean>\",\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"displayname\": \"<string>\",\n            \"name\": \"<string>\",\n            \"required\": \"<boolean>\",\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ],\n        \"domain\": \"<string>\",\n        \"domain_id\": \"<string>\",\n        \"domain_type\": \"<string>\",\n        \"status\": \"<string>\",\n        \"tld\": \"<string>\"\n      }\n    ],\n    \"message\": \"<string>\",\n    \"requires_additional_fields\": \"<boolean>\",\n    \"total_count\": \"<integer>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "116dda46-7aa3-4a75-9998-02bb8f9224c1",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains-requiring-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "76822dd6-0125-422f-9bab-56fb50dd3175",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains-requiring-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6c758098-419a-4fb9-b6f4-a3e3d5075d8e",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains-requiring-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c8bd70be-d422-42c0-9f20-4288c1797136",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains-requiring-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bfebf91d-4e58-4788-8050-03ad35e1d0e6",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains-requiring-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b8509aae-539a-4238-a7c6-1fd837526f0d",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains-requiring-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "46bead25-008d-4877-aa61-bf365b330c0d",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "list-domains-requiring-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "save-domain-required-data",
                    "description": "",
                    "item": [
                        {
                            "id": "6adb7b22-52c3-404f-b66d-443b378b8762",
                            "name": "Save Domain Required Data",
                            "request": {
                                "name": "Save Domain Required Data",
                                "description": {
                                    "content": "Saves additional registrar field values for a pending domain. Keys must match additionalFields[].name from list-domains-requiring-data.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "save-domain-required-data"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "99bb0a35-6593-4cea-a6a2-a49450445a65",
                                    "name": "SaveDomainRequiredData 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "save-domain-required-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"domain_id\": \"<string>\",\n    \"message\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b42b03fd-05af-4af0-b5d8-9dc0f92c7df8",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "save-domain-required-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ce31cb16-e484-4a75-9113-cbea3eb0fe2e",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "save-domain-required-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fbcb0586-130f-4fc1-ae2b-e477a67d929f",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "save-domain-required-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "95371b0e-4392-44d5-adcd-bfb82b811fd6",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "save-domain-required-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "eb343207-b905-45ef-8d73-27fc4c6f45d8",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "save-domain-required-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7e13e0d2-bcc6-4552-bc34-9eef18c64f9e",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "save-domain-required-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "466ac911-983c-49d2-8ac9-30f4df96dc1a",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "save-domain-required-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f5d53b3a-6859-4519-bf57-5c6855661a0d",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "save-domain-required-data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"fields\": {\n    \"key_0\": \"<string>\"\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "suggest",
                    "description": "",
                    "item": [
                        {
                            "id": "2d673a5a-f398-40dc-8b7f-c44d50448cdb",
                            "name": "Suggest Domains",
                            "request": {
                                "name": "Suggest Domains",
                                "description": {
                                    "content": "Generates AI-powered domain name suggestions from a natural-language description. Returns suggested domains with availability status and pricing.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "suggest"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "d5f85fb9-8931-43ce-8122-136019e59b23",
                                    "name": "SuggestDomains 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"currency\": \"<integer>\",\n    \"currency_code\": \"<string>\",\n    \"currency_note\": \"<string>\",\n    \"domains\": [\n      {\n        \"domain\": \"<string>\",\n        \"status\": \"<string>\",\n        \"premium\": \"<boolean>\",\n        \"addons\": {\n          \"dnsmanagement\": \"<boolean>\",\n          \"emailforwarding\": \"<boolean>\",\n          \"idprotection\": \"<boolean>\"\n        },\n        \"pricing\": {\n          \"domainregister\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ],\n          \"domainrenew\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ],\n          \"domaintransfer\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ]\n        },\n        \"requires_additional_info\": \"<boolean>\",\n        \"additional_info\": \"\",\n        \"group\": \"<string>\",\n        \"register_url\": \"<string>\"\n      },\n      {\n        \"domain\": \"<string>\",\n        \"status\": \"<string>\",\n        \"premium\": \"<boolean>\",\n        \"addons\": {\n          \"dnsmanagement\": \"<boolean>\",\n          \"emailforwarding\": \"<boolean>\",\n          \"idprotection\": \"<boolean>\"\n        },\n        \"pricing\": {\n          \"domainregister\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ],\n          \"domainrenew\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ],\n          \"domaintransfer\": [\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            },\n            {\n              \"period\": \"<integer>\",\n              \"price\": \"<string>\"\n            }\n          ]\n        },\n        \"requires_additional_info\": \"<boolean>\",\n        \"additional_info\": \"\",\n        \"group\": \"<string>\",\n        \"register_url\": \"<string>\"\n      }\n    ],\n    \"suggestions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"warnings\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9a41ebb9-b9e8-4244-a31a-d9e1da80f1f5",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e6b3d11a-a4b4-47fb-88d8-4c3c0a6eb94a",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "eed0483f-fad5-4168-b029-d07749ab7836",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7c968b57-fed1-4dc6-9137-9c3134425697",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "58fa63f3-775b-47fa-b611-63ab6f33f7e1",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "86a0c30f-5b91-4050-bc52-dc08c9a49152",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "86ab4934-e32a-4764-9891-3a548ffdcff5",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"currency\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "update-domain-contacts",
                    "description": "",
                    "item": [
                        {
                            "id": "703ceb3b-5f8b-4ec0-890f-ba36308d9c5f",
                            "name": "Update Domain Contacts",
                            "request": {
                                "name": "Update Domain Contacts",
                                "description": {
                                    "content": "Updates WHOIS contact information for an owned domain. Each role (Registrant, Admin, Tech, Billing) uses a source type: owner (client profile), contact (saved WHMCS contact id), or custom (inline WHOIS fields). WHOIS values must be nested under fields; for owner and contact they are flattened upstream when present.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "update-domain-contacts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "c5348ff4-485a-4267-94ff-a44a5ad36775",
                                    "name": "UpdateDomainContacts 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"domain_id\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fbdaac23-5493-4fd9-8dc9-20ea9a7b9dfe",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0b6eab76-ce49-4f8e-8e20-71bd7a64d1ae",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b6388cf7-eccd-4f76-84af-e0b0853ea4b6",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6e7b64ba-5558-4aa1-985b-f9a47fb69af9",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "235d0b63-1353-457b-95f9-f387b906896f",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f2deb881-0d4d-4745-ac4f-60200bac9cfe",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d86ad556-0bfc-45fe-a75b-bc829eb4cca8",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6468a6cf-5a47-4566-8ebe-c18afd0512be",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-contacts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"contacts\": {\n    \"Registrant\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Admin\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\"\n      }\n    },\n    \"Tech\": {\n      \"type\": \"owner\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    },\n    \"Billing\": {\n      \"type\": \"contact\",\n      \"id\": \"<integer>\",\n      \"fields\": {\n        \"key_0\": \"<string>\",\n        \"key_1\": \"<string>\"\n      }\n    }\n  },\n  \"domain_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "update-domain-settings",
                    "description": "",
                    "item": [
                        {
                            "id": "5b45d6f1-5816-472e-8d25-1de76848851a",
                            "name": "Update Domain Settings",
                            "request": {
                                "name": "Update Domain Settings",
                                "description": {
                                    "content": "Updates a single domain setting (auto-renew, ID protection, or paid addons). One setting per request.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "update-domain-settings"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "6ee4d154-0f10-4bfb-a148-af5f5fdd5810",
                                    "name": "UpdateDomainSettings 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-settings"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"domain_id\": \"<string>\",\n    \"message\": \"<string>\",\n    \"requires_payment\": \"<boolean>\",\n    \"setting\": \"idprotection\",\n    \"value\": \"<boolean>\",\n    \"invoice_id\": \"<integer>\",\n    \"amount\": \"<double>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8e1a45c0-bda3-4839-a162-ae69316f5d0e",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-settings"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6b704c27-569d-4889-9af4-5a781a4a6827",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-settings"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "59eb6100-9e00-4eb9-b011-002de2841436",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-settings"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cbac9ebb-9433-434c-9f54-49b548e4b734",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-settings"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6417d2d5-7f81-4073-90f0-8724d2e947da",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-settings"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e7fbd2e8-9e2d-4884-ad18-896d1d7e508f",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-settings"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ba4707f6-7411-46dc-bd38-e3e9eae5181d",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-settings"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "af0fdb34-9786-4e1e-bb05-7b35065b9243",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-domain-settings"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"setting\": \"idprotection\",\n  \"value\": \"<boolean>\",\n  \"gateway\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "update-nameservers",
                    "description": "",
                    "item": [
                        {
                            "id": "acdbe537-eb25-417f-8f04-69634cb05ce8",
                            "name": "Update Domain Nameservers",
                            "request": {
                                "name": "Update Domain Nameservers",
                                "description": {
                                    "content": "Updates nameservers for an owned domain. ns1 and ns2 are required; ns3 through ns5 are optional.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "domain",
                                        "update-nameservers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "dd69dc90-fa1e-4c9c-9828-f9e4a34ae3fa",
                                    "name": "UpdateDomainNameservers 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-nameservers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"domain\": \"<string>\",\n    \"nameservers\": {\n      \"ns1\": \"<string>\",\n      \"ns2\": \"<string>\",\n      \"ns3\": \"<string>\",\n      \"ns4\": \"<string>\",\n      \"ns5\": \"<string>\"\n    }\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8734b856-f452-42dc-9345-c9ef56176d5f",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-nameservers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d42e9a2b-5ad4-4be6-81d9-56a4962e2db1",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-nameservers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f2c7d142-5233-4d60-9f88-905b9261e8bf",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-nameservers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "42bff617-b3e5-4bd3-aef6-ca17bb623d81",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-nameservers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a2fa5af3-f7e6-4cab-b937-335d2aa6cbff",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-nameservers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1bdad5c5-6d77-46db-8e7b-506728731011",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-nameservers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a6c158f8-a4d7-4222-b103-c7cdc392a53b",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-nameservers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f904cf17-19f0-40b8-9638-7e9b6a4209fb",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "domain",
                                                "update-nameservers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"domain_id\": \"<string>\",\n  \"ns1\": \"<string>\",\n  \"ns2\": \"<string>\",\n  \"ns3\": \"<string>\",\n  \"ns4\": \"<string>\",\n  \"ns5\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "vps",
            "description": "",
            "item": [
                {
                    "name": "cancel",
                    "description": "",
                    "item": [
                        {
                            "id": "62cbb1d0-6aa5-44e1-8972-748b7b95438d",
                            "name": "Cancel Vps",
                            "request": {
                                "name": "Cancel Vps",
                                "description": {
                                    "content": "Cancels a VPS service. This action is irreversible",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "cancel"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "aee79004-0203-430a-892f-d305d49854ac",
                                    "name": "CancelVps 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"cancellation_type\": \"<string>\",\n    \"message\": \"<string>\",\n    \"service_id\": \"<integer>\",\n    \"status\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "239dc03c-43bd-4dcd-9630-81a4433e80cb",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c22c82ef-013f-41f6-81cb-0084aabc23e3",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "db5f48d6-dcae-4693-909b-a97a1ce228df",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9ea98d4e-6411-46c8-8a4f-375db13f388a",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d907a07c-a045-4001-a9dc-4c5db9470a92",
                                    "name": "InvalidStateError 409 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Conflict",
                                    "code": 409,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d288a99e-4f3c-4233-84fc-2d3793aa9022",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d8564823-b78c-4259-ad8b-7ddfc2f3d20f",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e42e0d05-0bcf-4419-bebf-94c306bf6658",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "59baf60f-9ffb-43c1-a091-2dc964d14569",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"type\": \"end_of_billing_period\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "create-backup",
                    "description": "",
                    "item": [
                        {
                            "id": "c61e1131-0658-460e-b375-cf25dc56b596",
                            "name": "Create Backup",
                            "request": {
                                "name": "Create Backup",
                                "description": {
                                    "content": "Creates a new backup for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "create-backup"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "28970ebe-0bc8-4ac4-9617-f839d85df747",
                                    "name": "CreateBackup 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"backup_creation\": {\n      \"created_at\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"message\": \"<string>\",\n      \"status\": \"<string>\",\n      \"updated_at\": \"<string>\"\n    },\n    \"backup_is_creating\": \"<boolean>\",\n    \"message\": \"<string>\",\n    \"task_id\": \"<integer>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c70ede79-354a-4627-8ed9-829a32b2ca88",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0ab542a7-045a-40fd-9ebe-61f7daa8cf08",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b22189fb-2585-495e-9040-8f547700adfe",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8ad558f7-c51c-4913-b1ef-d3de8593ed57",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e8cabf4a-b93a-48ad-ad87-6998f6a92ca5",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e77c9d59-4afd-4c43-b262-d59dfec90ff4",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e79fb3e5-031e-4419-a60d-c770704aa9ec",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "51185984-098d-4722-bf5d-32293416a230",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"compress\": \"0\",\n  \"mode\": \"stop\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "create-backup-schedule",
                    "description": "",
                    "item": [
                        {
                            "id": "ba52444d-2b8a-4a44-8905-8744372bac3c",
                            "name": "Create Backup Schedule",
                            "request": {
                                "name": "Create Backup Schedule",
                                "description": {
                                    "content": "Creates a new backup schedule for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "create-backup-schedule"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "e51b6dc0-b5ef-40c0-abc8-f8c74a72c6d7",
                                    "name": "CreateBackupSchedule 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "42996fe9-05ac-49da-956d-43c1512d8763",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "75cbc381-6a69-45ba-9501-670b066a7544",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4e90aad0-3299-4872-a0c1-6ccef236d77f",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "55e6cb9f-a0f6-4495-9629-eb3948764532",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "28e40556-c8e2-44dc-a0a0-37a1994cfed0",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "02b8e5a1-5488-4501-8b50-8b8ea7612532",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b2087da2-fee8-401d-ba17-7d5a28d3386d",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9a9a5824-780f-4538-b8aa-3c8d5c0d9301",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"zstd\",\n  \"dow\": [\n    \"fri\",\n    \"fri\"\n  ],\n  \"mode\": \"stop\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"1:02\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "create-firewall-rule",
                    "description": "",
                    "item": [
                        {
                            "id": "4faac878-60ef-4653-a4d5-1eab58c568bd",
                            "name": "Create Firewall Rule",
                            "request": {
                                "name": "Create Firewall Rule",
                                "description": {
                                    "content": "Creates a new firewall rule for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "create-firewall-rule"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "1168ea46-6f1b-45fc-ac49-52b5510dd564",
                                    "name": "CreateFirewallRule 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "73a258d1-c577-4b6c-8c24-cd160c2cfda6",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8a903ca9-a4e9-4bee-ab7d-395202f9716c",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1ded50a6-9051-49db-b8b5-bdcc7c8e4273",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "df024315-6af2-46ce-91d0-d9bb42d879c0",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3d772f71-fed9-4e51-9b81-f1fa7feeef75",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "37ab7add-f805-488c-b997-4d30112a40f1",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9deaee95-5bbf-4479-93e7-5cc7b007cf82",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "12e902c5-9793-4e66-aaf1-ed04ff9a9801",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rule_action\": \"ACCEPT\",\n  \"service_id\": \"<string>\",\n  \"type\": \"in\",\n  \"enable\": \"<integer>\",\n  \"comment\": \"<string>\",\n  \"source\": \"<string>\",\n  \"dest\": \"<string>\",\n  \"proto\": \"<string>\",\n  \"dport\": \"<string>\",\n  \"sport\": \"<string>\",\n  \"macro\": \"<string>\",\n  \"iface\": \"<string>\",\n  \"log\": \"<string>\",\n  \"pos\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "create-notification",
                    "description": "",
                    "item": [
                        {
                            "id": "585ded05-733a-46bb-b67a-7797c04fed31",
                            "name": "Create Notification",
                            "request": {
                                "name": "Create Notification",
                                "description": {
                                    "content": "Creates a new notification for a VPS service with customizable thresholds for CPU, memory, network, and disk metrics",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "create-notification"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "93d4aec9-07f1-4eba-8410-bc02bad50c23",
                                    "name": "CreateNotification 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"notification\": {\n      \"condition_key\": \"<string>\",\n      \"hosting_id\": \"<integer>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"period\": \"<integer>\",\n      \"threshold\": \"<integer>\",\n      \"timeframe\": \"<integer>\",\n      \"enabled\": \"<boolean>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\"\n    }\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ef7065bf-f378-4491-8a76-2bbc1a349e00",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f13fb2d2-f9e0-4862-a784-f5092fe24ec9",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "034af312-6239-48de-84b6-8fd5031f2e0e",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f65abdeb-fcc9-41d8-9fb7-336483d40be6",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3992d324-3200-4790-992a-feaa5e65af18",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c2b09939-aabd-4cd1-8f06-e93f663fb8d9",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7c396aed-664c-4c77-949f-8af62b93134a",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "17a5f282-2101-42b6-85f8-a762a4591814",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"status\": \"off\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "create-order",
                    "description": "",
                    "item": [
                        {
                            "id": "ebc68992-c62c-4e9e-b8ff-358a90219876",
                            "name": "Create Order",
                            "request": {
                                "name": "Create Order",
                                "description": {
                                    "content": "Creates an order for a VPS service. Returns payment status; on failure also includes payment_error with code and message.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "create-order"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "bc3a5dc7-bbba-4fea-a2f5-8e74b741389b",
                                    "name": "CreateOrder 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-order"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"invoice_id\": \"<integer>\",\n    \"items\": {\n      \"products\": [\n        {\n          \"amount\": \"<string>\",\n          \"billing_cycle\": \"<string>\",\n          \"line_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"pid\": \"<integer>\",\n          \"service_id\": \"<integer>\",\n          \"domain\": \"<string>\",\n          \"hostname\": \"<string>\"\n        },\n        {\n          \"amount\": \"<string>\",\n          \"billing_cycle\": \"<string>\",\n          \"line_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"pid\": \"<integer>\",\n          \"service_id\": \"<integer>\",\n          \"domain\": \"<string>\",\n          \"hostname\": \"<string>\"\n        }\n      ],\n      \"domains\": [\n        {\n          \"amount\": \"<string>\",\n          \"autorenew\": \"<boolean>\",\n          \"domain\": \"<string>\",\n          \"domain_id\": \"<string>\",\n          \"domain_warranty\": \"<boolean>\",\n          \"line_id\": \"<integer>\",\n          \"period\": \"<integer>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"amount\": \"<string>\",\n          \"autorenew\": \"<boolean>\",\n          \"domain\": \"<string>\",\n          \"domain_id\": \"<string>\",\n          \"domain_warranty\": \"<boolean>\",\n          \"line_id\": \"<integer>\",\n          \"period\": \"<integer>\",\n          \"type\": \"<string>\"\n        }\n      ]\n    },\n    \"order_id\": \"<integer>\",\n    \"order_number\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"payment_status\": \"pending\",\n    \"total\": {\n      \"amount\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"prefix\": \"<string>\"\n    },\n    \"promo_applied\": \"<string>\",\n    \"payment_error\": {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    \"warnings\": [\n      {\n        \"code\": \"<string>\",\n        \"message\": \"<string>\"\n      },\n      {\n        \"code\": \"<string>\",\n        \"message\": \"<string>\"\n      }\n    ]\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d5d7f480-101c-47a3-8f4e-2157b1867c9a",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-order"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cbc915e3-ff41-48ee-bbde-af016de24122",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-order"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2e9a5ee4-3657-47fb-9e6b-f818544718d1",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-order"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "eb1b8468-d342-40a4-a45a-221817bb4966",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-order"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7a280d1e-3063-4ea2-981b-9766ec5f8c63",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-order"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "70971eea-8e30-4d8c-8813-a28c2cc63d2c",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-order"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b928ecec-5aef-43fa-96ca-a411f1885a62",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-order"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"hostname\": \"<string>\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"additional_data\": \"\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "create-power-task",
                    "description": "",
                    "item": [
                        {
                            "id": "323526b5-d22a-4c64-8aff-995be74fb9b0",
                            "name": "Create Power Task",
                            "request": {
                                "name": "Create Power Task",
                                "description": {
                                    "content": "Creates a new power task (scheduled start/stop/restart operation) for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "create-power-task"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "a7913512-0791-44f3-9651-89d5d6735409",
                                    "name": "CreatePowerTask 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"task\": {\n      \"action\": \"<string>\",\n      \"days\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"hosting_id\": \"<integer>\",\n      \"id\": \"<integer>\",\n      \"job_time\": \"<string>\",\n      \"job_type\": \"<string>\",\n      \"start\": \"<string>\",\n      \"description\": \"<string>\",\n      \"end\": \"<string>\",\n      \"last_run\": \"<string>\"\n    }\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4c3c464b-8d8e-4e32-b644-4f5bc2196bfa",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fad88f6e-ccff-4f02-a198-485b661ca146",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5228cd68-92fe-455c-b02e-0cc9f2fc7db5",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "eb2e0b11-6cdf-4c93-a95f-0b8971db51ef",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7516328d-4f3b-46ae-8ad6-e026befb5601",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d7eb6e07-c81f-4025-bd16-4558836973a8",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1aba48aa-e362-4cc0-b84f-94d792a42e1b",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dc740bfc-b880-4bce-9899-641bd3b56027",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"power_task_action\": \"restart\",\n  \"service_id\": \"<string>\",\n  \"start_date\": \"8801-87-71\",\n  \"description\": \"<string>\",\n  \"start_time\": \"01:02\",\n  \"end_date\": \"9230-88-13\",\n  \"end_time\": \"3:30:22\",\n  \"job_type\": \"daily\",\n  \"job_time\": \"02:08\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "create-snapshot",
                    "description": "",
                    "item": [
                        {
                            "id": "da51ca46-b345-4db1-be1b-57e15333d71f",
                            "name": "Create Snapshot",
                            "request": {
                                "name": "Create Snapshot",
                                "description": {
                                    "content": "Creates a new snapshot for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "create-snapshot"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "2ad69697-2ee1-44fc-b91d-47e25c43ca1e",
                                    "name": "CreateSnapshot 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"task_id\": \"<integer>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7c21bd63-732b-4fb3-80e6-6e5e636d5a7b",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "74852c42-4594-4efe-9a79-34655e1380b8",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6748b821-0dd0-4644-8a6d-69f803f1fca0",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "576768b6-6533-4b31-81cc-cf9d156d3b11",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a9f2604e-a375-46ae-b0f6-b31bbbe19381",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e4aff5c9-66a9-448d-b6e6-eb6b14f77150",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "66698058-8d51-4452-8df1-c5facf384869",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3cb798f6-7df8-4a51-912f-ecc871aecce8",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"include_ram\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "create-snapshot-job",
                    "description": "",
                    "item": [
                        {
                            "id": "f4f2fc14-4b73-4c53-b090-a3f22d13802d",
                            "name": "Create Snapshot Job",
                            "request": {
                                "name": "Create Snapshot Job",
                                "description": {
                                    "content": "Creates a new snapshot job for a VPS service. Use period='hourly' with run_every, or period='daily' with days and start_time.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "create-snapshot-job"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "4e3aeee3-cd9c-4fa5-8fb5-672a3694d56f",
                                    "name": "CreateSnapshotJob 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"job\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"period\": \"hourly\",\n      \"hosting_id\": \"<integer>\",\n      \"vm_id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"vmstate\": \"<boolean>\",\n      \"run_every\": \"<integer>\",\n      \"days\": [\n        \"thu\",\n        \"sun\"\n      ],\n      \"start_time\": \"<string>\"\n    },\n    \"limits\": {\n      \"can_add_more\": \"<boolean>\",\n      \"job_count\": \"<integer>\",\n      \"max_jobs\": \"<integer>\"\n    },\n    \"message\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "85e17c0c-f01e-430a-a539-c6f1dff07fc1",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "16a9c1c3-0fbf-4cc7-9212-d3f86665342c",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "10a32215-6f64-47ca-b461-973e55c4a9db",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "eb1392a6-c0aa-4111-9c54-b4d2b306eae0",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dff96ad1-e96e-4cf7-94d0-f3b0ca12e210",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "45f87c05-2829-496e-b0c2-80893c2c9833",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "739f8204-6285-446b-ab13-425a2855625f",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "54989d8e-f8c1-431f-876d-2430aae8034b",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "create-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"period\": \"hourly\",\n  \"service_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"mon\"\n  ],\n  \"start_time\": \"18:36\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "delete-backup",
                    "description": "",
                    "item": [
                        {
                            "id": "65418cc3-cbe0-41e2-a96a-ae5818ceea93",
                            "name": "Delete Backup",
                            "request": {
                                "name": "Delete Backup",
                                "description": {
                                    "content": "Deletes a specific backup from a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "delete-backup"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "3a501a41-8899-4790-842c-44bd3dda4f8f",
                                    "name": "DeleteBackup 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cd2ac7f3-8871-4970-92b1-d0d391469a7c",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e0c88901-926e-4042-b07e-58c8caa90811",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "20e8d4ba-a5b2-44db-b0fb-20bb2c5536a6",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d3cbdeda-b378-429d-9020-0c4c9cd9e396",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "07b0c7e6-3891-408a-8002-5fd942f97e0a",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c8aea138-2b50-40f5-a32d-f75ce0c2592f",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "72f4db64-dcfc-4196-b164-a7c645197769",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8715dd66-4c2a-427d-8d8e-2db868722277",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "delete-backup-schedule",
                    "description": "",
                    "item": [
                        {
                            "id": "d3d8f8e4-0a00-4b17-8f56-feb2bea1deeb",
                            "name": "Delete Backup Schedule",
                            "request": {
                                "name": "Delete Backup Schedule",
                                "description": {
                                    "content": "Deletes a backup schedule from a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "delete-backup-schedule"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "2e219da6-3e4e-4a73-9665-1f85d0089258",
                                    "name": "DeleteBackupSchedule 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1a186ff7-9845-49fb-8968-63bf4016de42",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2894feb2-08b0-4209-969c-e161d98eddd3",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fddc4b5b-1f8f-4584-a133-bd43fef3acd4",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "672e0fe3-0453-4c9d-9dd3-eeb0750ca8e3",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "662ec84e-0cfc-4e78-8b18-1ee500b03c2c",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2ea30334-0044-46aa-90ae-ecf1b0d79ead",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "856e321f-9c20-4b2d-aaca-45a0802f829d",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7fd5bb1b-1430-4c24-b00c-d90d7bb78270",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "delete-firewall-rule",
                    "description": "",
                    "item": [
                        {
                            "id": "a1f9c0e7-7713-48ea-8cac-22ea8d745600",
                            "name": "Delete Firewall Rule",
                            "request": {
                                "name": "Delete Firewall Rule",
                                "description": {
                                    "content": "Deletes a firewall rule from a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "delete-firewall-rule"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "cb2feaaf-1578-42d1-8b51-74f387889b49",
                                    "name": "DeleteFirewallRule 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "81e50d29-7c9a-4cd5-b640-db2058abf3c0",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9824d6fb-a76e-4d46-8b14-f3a644d54f6e",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0e8b4fa4-8a0d-44d2-b552-85ec2146a973",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "676f0952-f21b-4a66-a562-a49de72df23d",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "307f4b8b-1a3f-4d19-83e8-c569b96f5c5b",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3ef9a83d-dad0-40e1-936b-1ba9a1fcdaa8",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1a5cfa79-1c8e-401c-a2fb-2b546c203076",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1b0ba05a-8cf0-4a6d-a0ba-ea52c783b2fb",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "delete-notification",
                    "description": "",
                    "item": [
                        {
                            "id": "81a65705-a44a-4ee3-8da9-7443c65879b5",
                            "name": "Delete Notification",
                            "request": {
                                "name": "Delete Notification",
                                "description": {
                                    "content": "Deletes a notification from a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "delete-notification"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "57868d47-f2a5-4b77-9e0b-b767e6432390",
                                    "name": "DeleteNotification 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7b12613a-39ea-443f-9e83-f2748599f638",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f3f9e6ed-549b-4d53-a71b-dd6c8710f265",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c90aaa2a-ea5e-4e0f-8919-1653c79feee8",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7c3c1a1a-77c7-4caf-89e9-05600ba18baa",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a14d6172-bb47-4fc6-baba-69c6dc19dec9",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d8a3ee8b-6fc6-4e5b-8141-31e8ea8df264",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e3043518-b5f2-41ec-bb35-b41b90db7053",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "44e9ae5d-20b4-4d33-b389-7196b09e8a47",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "delete-power-task",
                    "description": "",
                    "item": [
                        {
                            "id": "7a3597d1-df0d-494e-98fe-c7b7cfd0c342",
                            "name": "Delete Power Task",
                            "request": {
                                "name": "Delete Power Task",
                                "description": {
                                    "content": "Deletes a power task from a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "delete-power-task"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "a2d593f1-b6bd-4781-a6f7-7fc35a9fe612",
                                    "name": "DeletePowerTask 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "89ca131c-b034-44ba-8914-7528c10c8b33",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "361d1b9c-a956-4b76-95c9-3d5208bb0ded",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9c328665-19e9-475c-9a24-d92e96b71a4a",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "94b30025-b0a9-4c84-bb7a-f85ff2a03f9d",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2040059d-3c91-4dd6-b0a5-f531b9b55a72",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c9d7d008-3e3e-4272-b553-5fc296cfbd5c",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1df5c01b-3143-479e-9a33-2381090966fc",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5d08efc6-ce66-4742-a94d-29b0b09497c5",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "delete-snapshot",
                    "description": "",
                    "item": [
                        {
                            "id": "c7fa01fa-81b8-409b-8660-82f43d13ac7b",
                            "name": "Delete Snapshot",
                            "request": {
                                "name": "Delete Snapshot",
                                "description": {
                                    "content": "Deletes a specific snapshot from a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "delete-snapshot"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "59e0152a-2f59-4b7c-9922-0cc30bb80452",
                                    "name": "DeleteSnapshot 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6946803e-9da9-4156-aa9f-c0571925fd21",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "495117ea-ac14-442d-9278-bd644b8ccbc4",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f4e90191-1999-4c1f-9f97-c8f56554b369",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e8ace110-539f-4d68-a041-294f415b1650",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "403755e8-b828-45d2-acd6-df94ac3d1e6d",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "541d6c12-511f-4df3-b97a-9feab0653a2b",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1d01e489-766f-4389-8dc6-e31027019944",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f7920591-1961-46da-984a-7a0e6635f60c",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "delete-snapshot-job",
                    "description": "",
                    "item": [
                        {
                            "id": "f5bfd54d-8016-41ce-9670-83f0773b0901",
                            "name": "Delete Snapshot Job",
                            "request": {
                                "name": "Delete Snapshot Job",
                                "description": {
                                    "content": "Deletes a snapshot job from a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "delete-snapshot-job"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "f3f468ba-bbc5-4f7e-9187-41432e4cda5e",
                                    "name": "DeleteSnapshotJob 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"limits\": {\n      \"can_add_more\": \"<boolean>\",\n      \"job_count\": \"<integer>\",\n      \"max_jobs\": \"<integer>\"\n    },\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c491f843-e7d7-4ace-9e5e-2d7d5cffb8a7",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0ac0aba9-5b3b-4fc9-90e3-6b4aeab8cf98",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f385c7fb-6505-43f8-8c6d-4e115dce6a46",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "19861d15-df62-4455-998b-95435b6dba03",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6ff19bb5-8b9f-4b4d-9396-2fd7702b2502",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "76eaf39a-53b7-418b-bc1f-42c09bff83e4",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "95b87054-0eed-4e70-8864-2c74aad80806",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "29d8a1b1-dc2a-4f9f-92d7-41b7b0ddb24c",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "delete-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "edit-backup-schedule",
                    "description": "",
                    "item": [
                        {
                            "id": "bdfb2243-e375-4db7-92e5-8243494768d1",
                            "name": "Edit Backup Schedule",
                            "request": {
                                "name": "Edit Backup Schedule",
                                "description": {
                                    "content": "Edits an existing backup schedule for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "edit-backup-schedule"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "dbecb2c9-cb24-4872-9175-d316c709983a",
                                    "name": "EditBackupSchedule 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "edit-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "25375b95-5b21-4387-8512-a930865c02d7",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "edit-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5d106b5a-4e6c-439d-b75a-a2547ce7e769",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "edit-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "241cbbba-d19f-437d-b2ab-5553b4bf547a",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "edit-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a086e57a-a4f3-4951-a687-cad8466832ca",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "edit-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4326d306-2ad1-4cbb-9609-4c8f65ae14aa",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "edit-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "24dd3bda-bee3-4e47-ba80-126377b4ac0d",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "edit-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "26832087-2ad5-45d9-9748-90c3e3c2fa7d",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "edit-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dd7a7948-24ff-42c9-a222-f726435ece42",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "edit-backup-schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"compress\": \"lzo\",\n  \"dow\": [\n    \"mon\",\n    \"fri\"\n  ],\n  \"mode\": \"suspend\",\n  \"schedule_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"starttime\": \"06:06\",\n  \"mailto\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "get-catalogue",
                    "description": "",
                    "item": [
                        {
                            "id": "2f943f98-0875-45a9-98b8-aa5982f5fa13",
                            "name": "Get Catalogue",
                            "request": {
                                "name": "Get Catalogue",
                                "description": {
                                    "content": "Retrieves the product catalogue, optionally filtered by group or product",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "get-catalogue"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "729e084c-63cf-445a-aa1f-572e5a0ac7ef",
                                    "name": "GetCatalogue 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-catalogue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"currency\": {\n      \"code\": \"<string>\",\n      \"prefix\": \"<string>\",\n      \"suffix\": \"<string>\"\n    },\n    \"groups\": [\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"products\": [\n          {\n            \"additional_information\": \"\",\n            \"billing_cycles\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"config_options\": [\n              {\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"suboptions\": [\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  },\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  }\n                ],\n                \"type\": \"<string>\",\n                \"qty_min\": \"<integer>\",\n                \"qty_max\": \"<integer>\"\n              },\n              {\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"suboptions\": [\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  },\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  }\n                ],\n                \"type\": \"<string>\",\n                \"qty_min\": \"<integer>\",\n                \"qty_max\": \"<integer>\"\n              }\n            ],\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"plans\": [\n              {\n                \"backups\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"cpu\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"pricing\": \"\",\n                \"ram\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              },\n              {\n                \"backups\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"cpu\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"pricing\": \"\",\n                \"ram\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              }\n            ],\n            \"pricing\": \"\",\n            \"requires_hostname\": \"<boolean>\",\n            \"type\": \"<string>\",\n            \"use_plans\": \"<boolean>\"\n          },\n          {\n            \"additional_information\": \"\",\n            \"billing_cycles\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"config_options\": [\n              {\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"suboptions\": [\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  },\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  }\n                ],\n                \"type\": \"<string>\",\n                \"qty_min\": \"<integer>\",\n                \"qty_max\": \"<integer>\"\n              },\n              {\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"suboptions\": [\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  },\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  }\n                ],\n                \"type\": \"<string>\",\n                \"qty_min\": \"<integer>\",\n                \"qty_max\": \"<integer>\"\n              }\n            ],\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"plans\": [\n              {\n                \"backups\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"cpu\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"pricing\": \"\",\n                \"ram\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              },\n              {\n                \"backups\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"cpu\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"pricing\": \"\",\n                \"ram\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              }\n            ],\n            \"pricing\": \"\",\n            \"requires_hostname\": \"<boolean>\",\n            \"type\": \"<string>\",\n            \"use_plans\": \"<boolean>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"products\": [\n          {\n            \"additional_information\": \"\",\n            \"billing_cycles\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"config_options\": [\n              {\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"suboptions\": [\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  },\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  }\n                ],\n                \"type\": \"<string>\",\n                \"qty_min\": \"<integer>\",\n                \"qty_max\": \"<integer>\"\n              },\n              {\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"suboptions\": [\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  },\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  }\n                ],\n                \"type\": \"<string>\",\n                \"qty_min\": \"<integer>\",\n                \"qty_max\": \"<integer>\"\n              }\n            ],\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"plans\": [\n              {\n                \"backups\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"cpu\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"pricing\": \"\",\n                \"ram\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              },\n              {\n                \"backups\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"cpu\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"pricing\": \"\",\n                \"ram\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              }\n            ],\n            \"pricing\": \"\",\n            \"requires_hostname\": \"<boolean>\",\n            \"type\": \"<string>\",\n            \"use_plans\": \"<boolean>\"\n          },\n          {\n            \"additional_information\": \"\",\n            \"billing_cycles\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"config_options\": [\n              {\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"suboptions\": [\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  },\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  }\n                ],\n                \"type\": \"<string>\",\n                \"qty_min\": \"<integer>\",\n                \"qty_max\": \"<integer>\"\n              },\n              {\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"suboptions\": [\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  },\n                  {\n                    \"id\": \"<integer>\",\n                    \"name\": \"<string>\",\n                    \"prices\": \"\"\n                  }\n                ],\n                \"type\": \"<string>\",\n                \"qty_min\": \"<integer>\",\n                \"qty_max\": \"<integer>\"\n              }\n            ],\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"plans\": [\n              {\n                \"backups\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"cpu\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"pricing\": \"\",\n                \"ram\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              },\n              {\n                \"backups\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"cpu\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"id\": \"<integer>\",\n                \"name\": \"<string>\",\n                \"pricing\": \"\",\n                \"ram\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              }\n            ],\n            \"pricing\": \"\",\n            \"requires_hostname\": \"<boolean>\",\n            \"type\": \"<string>\",\n            \"use_plans\": \"<boolean>\"\n          }\n        ]\n      }\n    ],\n    \"product\": {\n      \"additional_information\": \"\",\n      \"billing_cycles\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"config_options\": [\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"suboptions\": [\n            {\n              \"id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"prices\": \"\"\n            },\n            {\n              \"id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"prices\": \"\"\n            }\n          ],\n          \"type\": \"<string>\",\n          \"qty_min\": \"<integer>\",\n          \"qty_max\": \"<integer>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"suboptions\": [\n            {\n              \"id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"prices\": \"\"\n            },\n            {\n              \"id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"prices\": \"\"\n            }\n          ],\n          \"type\": \"<string>\",\n          \"qty_min\": \"<integer>\",\n          \"qty_max\": \"<integer>\"\n        }\n      ],\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"plans\": [\n        {\n          \"backups\": \"<integer>\",\n          \"bandwidth\": \"<integer>\",\n          \"cpu\": \"<integer>\",\n          \"disk\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"pricing\": \"\",\n          \"ram\": \"<integer>\",\n          \"snapshots\": \"<integer>\"\n        },\n        {\n          \"backups\": \"<integer>\",\n          \"bandwidth\": \"<integer>\",\n          \"cpu\": \"<integer>\",\n          \"disk\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"pricing\": \"\",\n          \"ram\": \"<integer>\",\n          \"snapshots\": \"<integer>\"\n        }\n      ],\n      \"pricing\": \"\",\n      \"requires_hostname\": \"<boolean>\",\n      \"type\": \"<string>\",\n      \"use_plans\": \"<boolean>\"\n    }\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "83f1795c-020f-49f0-bb08-cdef532f14c7",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-catalogue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "97a38749-dd53-4971-88de-c6adb1905602",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-catalogue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bbcfcba6-7cc3-47d7-929d-13d373be015b",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-catalogue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "20c3ab6c-3a35-436e-8378-41dba8b26844",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-catalogue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d40b02de-cd75-4b9d-96ad-fc9085a3e0cd",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-catalogue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "375fc8e0-7cac-451d-880a-4d12c26edc50",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-catalogue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dd91dc10-7e6e-4532-a89c-7575fd334289",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-catalogue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fd454bb1-a673-4df8-bed9-4b682713f4a4",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-catalogue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"group_id\": \"<string>\",\n  \"product_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "get-config",
                    "description": "",
                    "item": [
                        {
                            "id": "e335daf0-4a39-4362-a333-65cbd50aec65",
                            "name": "Get Vps Config",
                            "request": {
                                "name": "Get Vps Config",
                                "description": {
                                    "content": "Retrieves VPS configuration settings including name, hostname, auto-start, boot order, and CD-ROM",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "get-config"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "2767463e-9017-427f-bf27-e1c22f524d6c",
                                    "name": "GetVpsConfig 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"is_kvm\": \"<boolean>\",\n    \"sshkeys_enabled\": \"<boolean>\",\n    \"available_boot_order\": \"\",\n    \"bootOrder0\": \"<string>\",\n    \"bootOrder1\": \"<string>\",\n    \"bootOrder2\": \"<string>\",\n    \"sshkeys\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "61eef39e-148a-407b-8712-d807079eba16",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "446018ee-d155-4f69-a305-79dd3a4059b8",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1c6162dd-c3f6-4df1-951b-ff0c54c54717",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d687223c-8790-4d7a-b86d-f5462427e741",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d8fa0249-56b8-4e70-ba80-d9f38897db8f",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5be854ec-4465-4679-a52d-ec772b856023",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9cc7b6e2-42d1-4b6b-a84e-1bb3fb3ec669",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f62a6577-b38d-4d3e-937e-35fe18838f80",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "get-details",
                    "description": "",
                    "item": [
                        {
                            "id": "7896b96b-db0d-41f8-9cab-39fa2d28dd03",
                            "name": "Get Vps Details",
                            "request": {
                                "name": "Get Vps Details",
                                "description": {
                                    "content": "Gets detailed information about a VPS service including configuration, network settings, and statistics. Credentials.password is always \"<redacted>\"; plaintext passwords are never returned. To retrieve the password securely, use GetEncryptedPassword (/vps/get-encrypted-password).",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "get-details"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "eb97ba1a-0aba-45d3-af23-3e547f32211c",
                                    "name": "GetVpsDetails 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"available_features\": {\n      \"backup_jobs\": \"<boolean>\",\n      \"backup_schedule\": \"<boolean>\",\n      \"backups\": \"<boolean>\",\n      \"change_hostname\": \"<boolean>\",\n      \"change_iso_image\": \"<boolean>\",\n      \"firewall\": \"<boolean>\",\n      \"graphs\": \"<boolean>\",\n      \"network_stats\": \"<boolean>\",\n      \"novnc_console\": \"<boolean>\",\n      \"power_reboot\": \"<boolean>\",\n      \"power_shutdown\": \"<boolean>\",\n      \"power_start\": \"<boolean>\",\n      \"power_stop\": \"<boolean>\",\n      \"reinstall\": \"<boolean>\"\n    },\n    \"cpu\": {\n      \"usage_ratio\": \"<double>\",\n      \"percent\": \"<double>\",\n      \"cores\": \"<integer>\"\n    },\n    \"credentials\": {\n      \"password\": \"<string>\",\n      \"username\": \"<string>\"\n    },\n    \"disk\": {\n      \"usage_bytes\": \"<long>\",\n      \"total_bytes\": \"<long>\",\n      \"percent\": \"<double>\",\n      \"usage_human\": \"<string>\",\n      \"total_human\": \"<string>\"\n    },\n    \"ip_addresses\": [\n      {\n        \"ip\": \"<string>\",\n        \"address\": \"<string>\",\n        \"subnet\": \"<string>\",\n        \"gateway\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      {\n        \"ip\": \"<string>\",\n        \"address\": \"<string>\",\n        \"subnet\": \"<string>\",\n        \"gateway\": \"<string>\",\n        \"mac\": \"<string>\"\n      }\n    ],\n    \"memory\": {\n      \"usage_bytes\": \"<long>\",\n      \"total_bytes\": \"<long>\",\n      \"percent\": \"<double>\",\n      \"usage_human\": \"<string>\",\n      \"total_human\": \"<string>\"\n    },\n    \"message\": \"<string>\",\n    \"vm_info\": {\n      \"node\": \"<string>\",\n      \"status\": \"<string>\",\n      \"virtualization\": \"<string>\",\n      \"vmid\": \"<string>\",\n      \"uptime\": \"<string>\",\n      \"uptime_seconds\": \"<long>\",\n      \"hostname\": \"<string>\",\n      \"boot_devices\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"network_rate\": {\n      \"mb_per_sec\": \"<double>\",\n      \"mbit_per_sec\": \"<double>\",\n      \"human\": \"<string>\"\n    },\n    \"os_info\": {\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8cb41d08-adb7-4e2b-b7df-d10efa5696cf",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "30dc1681-91e2-4282-ad1c-6ce2fad37129",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a84ce19f-a669-4369-b458-b9b7877785f1",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cac20692-bf67-4a15-bfac-f362f8e18c42",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "07c3488e-b9af-4c8a-9724-3e4288253a9b",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f927c421-4ce9-48e2-8b76-bfc839b9ea09",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "163fe873-8693-4d45-8485-65f44e53a482",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2e90a62f-19a7-4a53-8396-337c1227bffe",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-details"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "get-encrypted-password",
                    "description": "",
                    "item": [
                        {
                            "id": "577a0f5b-71db-4c0a-afce-490868df20df",
                            "name": "Get Encrypted Password",
                            "request": {
                                "name": "Get Encrypted Password",
                                "description": {
                                    "content": "Retrieves the VPS username and root password without exposing plaintext over the API. Send a PEM-encoded RSA 4096-bit public key; the API encrypts the password with RSA-OAEP (SHA-256), and returns base64 ciphertext plus encryption metadata. Never send the private key. Invalid or non-4096-bit keys return HTTP 422 ValidationError. Generate a key with: openssl genrsa -out private.pem 4096 && openssl rsa -in private.pem -pubout -out public.pem. Decrypt with: echo CIPHERTEXT | base64 -d | openssl pkeyutl -decrypt -inkey private.pem -pkeyopt rsa_padding_mode:oaep -pkeyopt rsa_oaep_md:sha256 -pkeyopt rsa_mgf1_md:sha256 (macOS: base64 -D).",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "get-encrypted-password"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "496562ee-d452-436a-bac5-28a1c402eb9e",
                                    "name": "GetEncryptedPassword 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-encrypted-password"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"encryption\": {\n      \"algorithm\": \"<string>\",\n      \"encoding\": \"<string>\",\n      \"hash\": \"<string>\",\n      \"keySize\": \"<integer>\"\n    },\n    \"password\": \"<string>\",\n    \"username\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "98b54fda-fe20-4809-9caa-5876bae910a8",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-encrypted-password"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a7556fb3-455f-49d0-81fd-8c569024db7a",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-encrypted-password"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "728c892a-40d9-4308-8fed-bc5735b9ed95",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-encrypted-password"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2e7f7042-69d9-4064-b116-7dc7bdfcd441",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-encrypted-password"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2c6a92b4-3e99-4128-b99f-fdf6ac256eea",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-encrypted-password"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7c43d3bd-993e-40c8-8241-e58d76488def",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-encrypted-password"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9fa267f3-2371-4dd2-9c19-523000bee6ec",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-encrypted-password"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "975a7793-24f7-4042-9614-d8ed982c9c00",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "get-encrypted-password"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"public_key\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-backup-schedules",
                    "description": "",
                    "item": [
                        {
                            "id": "539fe8b0-e4f2-4439-9c18-4211099d0cbd",
                            "name": "List Backup Schedules",
                            "request": {
                                "name": "List Backup Schedules",
                                "description": {
                                    "content": "Retrieves the list of backup schedules for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-backup-schedules"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "b6eb027c-4938-4d49-92e6-2d08c9198638",
                                    "name": "ListBackupSchedules 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backup-schedules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"schedules\": [\n      {\n        \"compress\": \"zstd\",\n        \"dow\": \"<string>\",\n        \"id\": \"<string>\",\n        \"mode\": \"<string>\",\n        \"starttime\": \"<string>\",\n        \"mailto\": \"<string>\"\n      },\n      {\n        \"compress\": \"lzo\",\n        \"dow\": \"<string>\",\n        \"id\": \"<string>\",\n        \"mode\": \"<string>\",\n        \"starttime\": \"<string>\",\n        \"mailto\": \"<string>\"\n      }\n    ]\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "eca49918-92c1-4190-a244-fdfde985dc70",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backup-schedules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6118c049-496a-40ec-8bc8-2f5af922207f",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backup-schedules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "21d18878-823f-4a75-a977-cb14defa50fe",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backup-schedules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cfaa4dba-5d5d-4fce-8b63-1ba9ef31858f",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backup-schedules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dbd87afb-1b0f-4922-a28f-9191dcbfa435",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backup-schedules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "737ae0b2-0f69-4784-aa0e-2f3e77dd9a4b",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backup-schedules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "53d5167e-3963-4a1a-bfc5-b31380600673",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backup-schedules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2c85591b-1b04-49e5-a624-4bf43972ccb6",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backup-schedules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-backups",
                    "description": "",
                    "item": [
                        {
                            "id": "b1379860-dde3-4d09-8f3e-2dd54800c63f",
                            "name": "List Backups",
                            "request": {
                                "name": "List Backups",
                                "description": {
                                    "content": "Retrieves the list of backups for a VPS service including quota information and backup configuration options",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-backups"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "0387f4a6-128f-4ece-ab31-a99454b9936c",
                                    "name": "ListBackups 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backups"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"available_compress_methods\": [\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"available_modes\": [\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"backup_is_creating\": \"<boolean>\",\n    \"backups\": [\n      {\n        \"create_date\": \"<string>\",\n        \"format\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"protected\": \"<boolean>\",\n        \"size\": \"<string>\"\n      },\n      {\n        \"create_date\": \"<string>\",\n        \"format\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"protected\": \"<boolean>\",\n        \"size\": \"<string>\"\n      }\n    ],\n    \"message\": \"<string>\",\n    \"quota_unit\": \"<string>\",\n    \"quota_used\": \"<double>\",\n    \"quota_total\": \"<double>\",\n    \"backup_creation\": {\n      \"created_at\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"message\": \"<string>\",\n      \"status\": \"<string>\",\n      \"updated_at\": \"<string>\"\n    }\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "29e48739-2837-4301-a410-85853dcce861",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backups"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d1609b1d-e483-4d90-bcd9-ec6a640bb295",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backups"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4011b4e1-dec5-499d-8162-8b990d9a6eed",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backups"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3b214f5d-62ae-4784-ac4b-51b5a1b6b032",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backups"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7462f137-2ff7-4fb0-a253-1a5148911196",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backups"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "33dd0353-1433-4f43-9f90-67035a9bca51",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backups"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "aa9a933a-9200-4050-9a24-7591be81b476",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backups"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c1f70291-f3e4-4958-bc05-0c76192b69fb",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-backups"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-firewall-rules",
                    "description": "",
                    "item": [
                        {
                            "id": "81ae7f88-f03c-4fb4-8b10-afc2e29b8ba2",
                            "name": "List Firewall Rules",
                            "request": {
                                "name": "List Firewall Rules",
                                "description": {
                                    "content": "Retrieves the list of firewall rules and available options for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-firewall-rules"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "adee0345-486e-456a-9488-b18b6bf8f3f0",
                                    "name": "ListFirewallRules 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-firewall-rules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"available_interfaces\": [\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"available_macros\": [\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"available_protocols\": [\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"message\": \"<string>\",\n    \"rules\": [\n      {\n        \"action\": \"<string>\",\n        \"digest\": \"<string>\",\n        \"enable\": \"<integer>\",\n        \"iface\": \"<string>\",\n        \"pos\": \"<integer>\",\n        \"type\": \"<string>\",\n        \"comment\": \"<string>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"proto\": \"<string>\",\n        \"dport\": \"<string>\",\n        \"sport\": \"<string>\",\n        \"macro\": \"<string>\",\n        \"log\": \"<string>\"\n      },\n      {\n        \"action\": \"<string>\",\n        \"digest\": \"<string>\",\n        \"enable\": \"<integer>\",\n        \"iface\": \"<string>\",\n        \"pos\": \"<integer>\",\n        \"type\": \"<string>\",\n        \"comment\": \"<string>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"proto\": \"<string>\",\n        \"dport\": \"<string>\",\n        \"sport\": \"<string>\",\n        \"macro\": \"<string>\",\n        \"log\": \"<string>\"\n      }\n    ]\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fc03962b-ab81-4c48-9d46-b9c9aae79225",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-firewall-rules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e396928a-0d18-423b-bb06-6fd83a2f78f5",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-firewall-rules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a6f3b778-f7da-444e-870d-1b9509367ad9",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-firewall-rules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "64c85936-8d8b-400a-b4b3-9fd8602062db",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-firewall-rules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "37c724fb-2cbd-45b2-90b1-68c72d8fd6cf",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-firewall-rules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "092891e1-b2e7-4903-8774-63b61a0efbbb",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-firewall-rules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ede9b54b-3be9-4652-b130-90c7998e2dbf",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-firewall-rules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2c93fee7-ccc6-483e-a712-c0ec7907cfb0",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-firewall-rules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-isos",
                    "description": "",
                    "item": [
                        {
                            "id": "7e961369-18d4-4922-bb7f-4bcfad191dc4",
                            "name": "List Isos",
                            "request": {
                                "name": "List Isos",
                                "description": {
                                    "content": "Retrieves the list of available ISO images for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-isos"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "0567dc57-0bcb-4727-aeea-6b0e60be28cd",
                                    "name": "ListIsos 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-isos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"isos\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "13b2917d-5bc8-4332-b589-324f41b540f0",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-isos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2e4c500b-23c3-4284-8d18-aeeeb66bc3db",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-isos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "37ccf174-434e-4472-b5b0-61378711f28b",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-isos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ffa8ddf2-180a-48e7-b034-942f87b77920",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-isos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dbd4cbc4-4bea-416d-bd23-f89f994141c9",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-isos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5fae1c40-6580-4c70-87dd-951c6c1995dc",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-isos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c42e88b2-d0a7-46d0-911d-5b63f178bf10",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-isos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ffa42158-e75a-4c4f-9118-aeeb3ee7a36d",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-isos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-notifications",
                    "description": "",
                    "item": [
                        {
                            "id": "b85de3a8-2a6d-402a-a5ce-fb564a2dcb24",
                            "name": "List Notifications",
                            "request": {
                                "name": "List Notifications",
                                "description": {
                                    "content": "Retrieves the list of notifications for a VPS service along with dialog rules for creating notifications",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-notifications"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "be370862-e4a6-47bb-bd44-ea915b1132c2",
                                    "name": "ListNotifications 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-notifications"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"dialog_rules\": {\n      \"condition_keys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"period_min\": \"<integer>\",\n      \"required_on_create\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"threshold_range\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"timeframe_min\": \"<integer>\"\n    },\n    \"message\": \"<string>\",\n    \"notifications\": [\n      {\n        \"condition_key\": \"<string>\",\n        \"hosting_id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"period\": \"<integer>\",\n        \"threshold\": \"<integer>\",\n        \"timeframe\": \"<integer>\",\n        \"enabled\": \"<boolean>\",\n        \"created_at\": \"<string>\",\n        \"updated_at\": \"<string>\"\n      },\n      {\n        \"condition_key\": \"<string>\",\n        \"hosting_id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"period\": \"<integer>\",\n        \"threshold\": \"<integer>\",\n        \"timeframe\": \"<integer>\",\n        \"enabled\": \"<boolean>\",\n        \"created_at\": \"<string>\",\n        \"updated_at\": \"<string>\"\n      }\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c84c0a4c-a6f8-44d6-95aa-28ab18cd1e92",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-notifications"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a5ee632e-e525-482e-9c5f-406ec49d38ab",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-notifications"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "004f072d-daae-4c89-8222-c863cf3ccdcb",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-notifications"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9a7a1bf7-cb3d-4a5f-8ec4-7d0e7e2af415",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-notifications"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ffcc1f99-7423-402e-bf3b-144eb13605f9",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-notifications"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "31ac5569-a9a4-4120-911e-5ad8b235b830",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-notifications"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d8c391a5-5824-4c9f-937e-b834a8eb8dcb",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-notifications"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8fb11385-a99d-4aee-a669-886110a28550",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-notifications"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-orders",
                    "description": "",
                    "item": [
                        {
                            "id": "6f4dc154-c766-4058-8e08-c96d5d71ae0f",
                            "name": "List Orders",
                            "request": {
                                "name": "List Orders",
                                "description": {
                                    "content": "Lists all orders for the authenticated user, including payment and invoice status",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-orders"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "65c57910-eb07-419d-b8cf-065d6ffd7acc",
                                    "name": "ListOrders 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-orders"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"orders\": [\n      {\n        \"balance_due\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"invoice_id\": \"<integer>\",\n        \"invoice_status\": \"<string>\",\n        \"order_id\": \"<integer>\",\n        \"order_number\": \"<string>\",\n        \"payment_status\": \"<string>\",\n        \"placed_at\": \"<string>\",\n        \"total\": \"<string>\",\n        \"last_attempt\": {\n          \"at\": \"<string>\",\n          \"status\": \"<string>\",\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      },\n      {\n        \"balance_due\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"invoice_id\": \"<integer>\",\n        \"invoice_status\": \"<string>\",\n        \"order_id\": \"<integer>\",\n        \"order_number\": \"<string>\",\n        \"payment_status\": \"<string>\",\n        \"placed_at\": \"<string>\",\n        \"total\": \"<string>\",\n        \"last_attempt\": {\n          \"at\": \"<string>\",\n          \"status\": \"<string>\",\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      }\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8eb2f541-cf01-4946-ad13-4991361bdc2e",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-orders"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d2970a19-ead0-48ec-a4e6-e9ab83744cb3",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-orders"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9525fc00-a3a0-4581-b662-0d58b9938b57",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-orders"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "07e16730-ff8a-439d-8490-7e66850e1093",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-orders"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "94e83560-872c-4620-b0e9-b6e14f5e390c",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-orders"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3402c2cf-6c20-4e00-a539-c61b112fa005",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-orders"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ef624162-d7f8-4d6b-be96-fbea64f797dc",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-orders"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "27896303-c42d-4184-83e7-3175e315ff26",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-orders"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-power-tasks",
                    "description": "",
                    "item": [
                        {
                            "id": "1432bb9c-aa98-41c9-b7fc-2a5e432bba15",
                            "name": "List Power Tasks",
                            "request": {
                                "name": "List Power Tasks",
                                "description": {
                                    "content": "Retrieves the list of power tasks (scheduled start/stop/restart operations) for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-power-tasks"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "c0f87c66-039f-42ac-9ba2-05d9f793a4df",
                                    "name": "ListPowerTasks 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-power-tasks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"available_actions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"available_job_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"dialog_rules\": {\n      \"action_values\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"job_minutes_step\": \"<integer>\",\n      \"job_type_values\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"required_on_create\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"weekday_values\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"message\": \"<string>\",\n    \"tasks\": [\n      {\n        \"action\": \"<string>\",\n        \"days\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"hosting_id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"job_time\": \"<string>\",\n        \"job_type\": \"<string>\",\n        \"start\": \"<string>\",\n        \"description\": \"<string>\",\n        \"end\": \"<string>\",\n        \"last_run\": \"<string>\"\n      },\n      {\n        \"action\": \"<string>\",\n        \"days\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"hosting_id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"job_time\": \"<string>\",\n        \"job_type\": \"<string>\",\n        \"start\": \"<string>\",\n        \"description\": \"<string>\",\n        \"end\": \"<string>\",\n        \"last_run\": \"<string>\"\n      }\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "07cd7e9f-d919-43e1-a5d4-47d5d611b888",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-power-tasks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "84ef1e17-62c3-4c58-adfe-31ae744f74ee",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-power-tasks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "765ec379-39f0-4e5f-9599-eafa3f5c479a",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-power-tasks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a737698b-7573-47a7-a48f-6809a6e80708",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-power-tasks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3c4daba3-a522-4e31-92f6-38e0e12f2045",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-power-tasks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c5a44c7f-8f37-4f54-8d67-c3fe89ea7258",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-power-tasks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "55f7f342-412d-4187-ace9-429f260b30a6",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-power-tasks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5b0ef291-487d-4b12-a465-deca719b349c",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-power-tasks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-reinstall-images",
                    "description": "",
                    "item": [
                        {
                            "id": "55669186-c2cf-48bf-8ff6-aa9e9e7de992",
                            "name": "List Reinstall Os",
                            "request": {
                                "name": "List Reinstall Os",
                                "description": {
                                    "content": "Retrieves the list of available OS images for VPS reinstallation",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-reinstall-images"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "3956135e-ba6b-41cd-bb47-9a24fce702a9",
                                    "name": "ListReinstallOs 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-reinstall-images"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"templates\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "34493453-5f47-4149-8b41-04cb5996f3e5",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-reinstall-images"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8f00712b-0587-49eb-bff4-06f808e44c83",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-reinstall-images"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f4e3ca39-d92a-44ed-a893-fee020f0042a",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-reinstall-images"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5c97cbc9-8cc5-47af-b85a-6a9354043c2c",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-reinstall-images"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cf6c7c99-9388-44e6-9413-f7f3a383453b",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-reinstall-images"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cb0bd8eb-1dc8-4c09-9507-ef18547a5f8e",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-reinstall-images"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "61a7e189-7816-4087-9610-571a408e9df6",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-reinstall-images"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5b9beb4c-33ee-4c2f-9e16-2b162908cd10",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-reinstall-images"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-snapshot-jobs",
                    "description": "",
                    "item": [
                        {
                            "id": "5c814894-a548-4eb8-a03a-3a58060420c9",
                            "name": "List Snapshot Jobs",
                            "request": {
                                "name": "List Snapshot Jobs",
                                "description": {
                                    "content": "Retrieves the list of snapshot jobs for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-snapshot-jobs"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "cc734c70-6b39-4d6f-bbab-eacb4c423c7e",
                                    "name": "ListSnapshotJobs 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshot-jobs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"jobs\": [\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"period\": \"daily\",\n        \"hosting_id\": \"<integer>\",\n        \"vm_id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"vmstate\": \"<boolean>\",\n        \"run_every\": \"<integer>\",\n        \"days\": [\n          \"fri\",\n          \"thu\"\n        ],\n        \"start_time\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"period\": \"hourly\",\n        \"hosting_id\": \"<integer>\",\n        \"vm_id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"vmstate\": \"<boolean>\",\n        \"run_every\": \"<integer>\",\n        \"days\": [\n          \"fri\",\n          \"fri\"\n        ],\n        \"start_time\": \"<string>\"\n      }\n    ],\n    \"limits\": {\n      \"can_add_more\": \"<boolean>\",\n      \"job_count\": \"<integer>\",\n      \"max_jobs\": \"<integer>\"\n    },\n    \"message\": \"<string>\",\n    \"allowed_periods\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "93ab4799-6e4a-461b-9e05-d151d32bc087",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshot-jobs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e81fe90a-63ce-4897-a413-b670bb19d1a7",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshot-jobs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "724eaa23-9bd2-4fa1-a58c-a143703456ee",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshot-jobs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "949e25cf-bc81-4900-98a4-1ddac3c3fe21",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshot-jobs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d4dbe86f-ca0a-4fb8-a6a4-dabc892db036",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshot-jobs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f1dcc797-1d60-4f94-907d-3d51881414f1",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshot-jobs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b1d8b0b1-d739-4448-9d43-62de42035d20",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshot-jobs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "92924fff-a3c8-41d3-aba7-0830974cd18e",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshot-jobs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-snapshots",
                    "description": "",
                    "item": [
                        {
                            "id": "f6915b6d-1cd9-48c4-987a-015f258a408c",
                            "name": "List Snapshots",
                            "request": {
                                "name": "List Snapshots",
                                "description": {
                                    "content": "Retrieves the list of snapshots for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-snapshots"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "0807bf05-f44e-40d8-89a3-6bb44cd5b8a5",
                                    "name": "ListSnapshots 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshots"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"snapshots\": [\n      {\n        \"description\": \"<string>\",\n        \"name\": \"<string>\",\n        \"snaptime\": \"<string>\",\n        \"size\": \"<long>\",\n        \"vmstate\": \"<boolean>\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"name\": \"<string>\",\n        \"snaptime\": \"<string>\",\n        \"size\": \"<long>\",\n        \"vmstate\": \"<boolean>\"\n      }\n    ],\n    \"max_snapshots\": \"<integer>\",\n    \"snapshots_count\": \"<integer>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "258a1595-fbb4-4b52-82f0-6630032d7513",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshots"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "267b2306-92df-49b1-b397-908ad964cb91",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshots"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0cd25223-b80e-48b8-add6-d24d58f9733e",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshots"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a974b5d1-b426-4fcc-9c63-676031bf6e18",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshots"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fc7e0b80-8c62-46d3-9ff8-46cf956858a2",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshots"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ce3c3ac4-0e82-402e-8505-70b73ee5ae03",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshots"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ef34e2e6-6c5d-4de6-bc66-323fc6007323",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshots"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "68559c87-d6f2-4f78-961a-e054b5df35dc",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-snapshots"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "list-vps-services",
                    "description": "",
                    "item": [
                        {
                            "id": "9ce42b66-97bf-4e74-9b1a-0fed4b5ce22f",
                            "name": "List Vps Services",
                            "request": {
                                "name": "List Vps Services",
                                "description": {
                                    "content": "Lists all VPS services accessible by the authenticated user",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "list-vps-services"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "96ca406e-cdb1-451f-973b-405908c8e7e9",
                                    "name": "ListVpsServices 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-vps-services"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"services\": [\n      {\n        \"created_at\": \"<string>\",\n        \"hostname\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"ips\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"product\": \"<string>\",\n        \"status\": \"<string>\"\n      },\n      {\n        \"created_at\": \"<string>\",\n        \"hostname\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"ips\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"product\": \"<string>\",\n        \"status\": \"<string>\"\n      }\n    ]\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "83c312ed-bd58-4074-aa6b-10dc48011e9f",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-vps-services"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2d0f5ea5-c8f0-409f-a2bf-0235447f2c37",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-vps-services"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5dedd687-9774-4e72-8e58-72d3c91db86b",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-vps-services"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7630ab9f-3e86-4028-bc06-c1a12804d016",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-vps-services"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "be437b8d-a891-45fd-8dfb-319724c40642",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-vps-services"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7b3e77dd-8cc2-4eaf-b791-b42a79115039",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-vps-services"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4f67aac2-617d-48e4-ac38-a5fc05d6b6ba",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "list-vps-services"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {}
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "mount-iso",
                    "description": "",
                    "item": [
                        {
                            "id": "b4af41d6-4b37-46b6-9927-d14acbb658c4",
                            "name": "Mount Iso",
                            "request": {
                                "name": "Mount Iso",
                                "description": {
                                    "content": "Mounts an ISO image on a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "mount-iso"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "3424e9ff-40d1-4435-97c8-5d0364cef94f",
                                    "name": "MountIso 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "mount-iso"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "84c63bdd-d6c6-4153-bd90-9f6be75f6089",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "mount-iso"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1e12ed15-ae69-4aef-a60b-86551e9cf4f5",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "mount-iso"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "eebeb66d-1e33-4294-a0c6-441db5767d78",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "mount-iso"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6050088b-f8c9-48d9-9908-fdcccf40f908",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "mount-iso"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "77f7dfc6-0ec9-4589-a98c-2775ea2ecafb",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "mount-iso"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "37cb9835-2208-4029-94c5-29661093aced",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "mount-iso"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f9063d8a-279e-4855-92d6-74f4ab93478b",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "mount-iso"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6ba4b7ca-1ed4-4bc7-8def-42d157c0d0ef",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "mount-iso"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"iso\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"format_master_disk\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "move-firewall-rule",
                    "description": "",
                    "item": [
                        {
                            "id": "4d4d7fd3-d4ea-4cce-98ef-39aa8b4aebbf",
                            "name": "Move Firewall Rule",
                            "request": {
                                "name": "Move Firewall Rule",
                                "description": {
                                    "content": "Moves a firewall rule to a different position in the rule list. Supports both absolute positioning (target_pos) and relative movement (direction). Exactly one of target_pos or direction must be provided.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "move-firewall-rule"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "b482f41d-920a-4939-9ee0-31909181344d",
                                    "name": "MoveFirewallRule 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "move-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"from_pos\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"target_pos\": \"<integer>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "54b6cf09-9f96-4467-be1c-3210e01e50d0",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "move-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ede25a6e-0ed8-43f0-be4a-1f2fe0429c53",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "move-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "98488777-5882-4ff4-a9d0-de7ba504e04e",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "move-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "de2ace8c-db72-499a-acad-55dccddf852d",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "move-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "70b73c18-8d61-4b0d-ac9d-acaea110ac1c",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "move-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "77dba310-f7bc-45bd-8696-670f41d799d1",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "move-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "61497333-d20c-442f-833e-d21cca906377",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "move-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3ac0832e-0f1e-457b-8360-e65bc00e738d",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "move-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"target_pos\": \"<integer>\",\n  \"direction\": \"up\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "novnc-console",
                    "description": "",
                    "item": [
                        {
                            "id": "872f147c-c80e-4b03-a6ff-38fe8faba4e6",
                            "name": "Get No Vnc Console",
                            "request": {
                                "name": "Get No Vnc Console",
                                "description": {
                                    "content": "Retrieves noVNC console access credentials and connection details for a VPS",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "novnc-console"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "f8c7aa89-4330-43b5-acd2-efb20db51a74",
                                    "name": "GetNoVncConsole 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "novnc-console"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"console\": {\n      \"novnc_redirect_url\": \"<string>\",\n      \"mode\": \"<string>\",\n      \"websocket_url\": \"<string>\",\n      \"password\": \"<string>\"\n    },\n    \"message\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dc59b43f-105e-4df8-aa44-c8943df0606f",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "novnc-console"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d4794804-2083-43c6-bab2-3a34df9b6183",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "novnc-console"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8d18d982-704b-4337-90dc-a97cff1b9210",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "novnc-console"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "09b8e1a2-9a66-4b13-bc95-e91d99d714e6",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "novnc-console"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1f1b0781-6e8f-4208-85f9-70d032e7144b",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "novnc-console"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ad88f275-d8c6-4e60-b23c-9c43554d05a6",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "novnc-console"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b90ad1e1-9708-455d-9bb4-8bb3a27d2171",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "novnc-console"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2e12eeeb-a8b9-442b-a1f9-453e8c3921cb",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "novnc-console"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "reboot",
                    "description": "",
                    "item": [
                        {
                            "id": "f79eee23-3f6c-4686-8fe0-6a4d639a7228",
                            "name": "Reboot Vps",
                            "request": {
                                "name": "Reboot Vps",
                                "description": {
                                    "content": "Gracefully reboot a VPS service. Sends ACPI reboot signal to guest OS",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "reboot"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "8ce2656b-1a80-4365-82ff-f60f9cd8125e",
                                    "name": "RebootVps 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b838fd11-72eb-4cdf-8590-715a3a288692",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7bb88424-98f9-4a81-a24a-b47dca76a040",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7e84db73-afb8-4a97-922c-ced25e1c27a9",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "efd49868-54e3-47d6-af98-4844369de81e",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f8cd0b7a-fe37-432e-9340-7bc450211e96",
                                    "name": "InvalidStateError 409 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Conflict",
                                    "code": 409,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "007f7ed6-e7a7-49a5-b729-99c1ee2ffbfb",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "04fe2e0c-4505-439d-91da-0a4c3c85af53",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e3061593-b916-4190-9cc9-6cc13eaa6d06",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "50a4ff8b-1000-4c4e-999e-a9451cdf61a9",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "reboot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "restore-backup",
                    "description": "",
                    "item": [
                        {
                            "id": "60c89ae4-c575-4a11-9262-5c3c083f4037",
                            "name": "Restore Backup",
                            "request": {
                                "name": "Restore Backup",
                                "description": {
                                    "content": "Restores a VPS from a backup with the specified backup identifier",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "restore-backup"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "b970e2ff-adab-472c-a320-f2e2bd76b82f",
                                    "name": "RestoreBackup 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "restore-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d42987b5-7109-4651-8831-9ce6df30997c",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "restore-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e29314f7-1409-422b-97fa-8c7a24b78174",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "restore-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cd0b978a-a839-466f-aeda-6755f3ae00bd",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "restore-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "552d189d-b327-4d03-9a2d-93c1a3f5cbc5",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "restore-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1e7ac710-8533-4eb1-8a22-be8684753655",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "restore-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "15ed775d-de6d-4c99-9412-638611a41757",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "restore-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3e0e5631-234f-4134-b789-2f526b27ce88",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "restore-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d0a09fb0-f0f7-4b5d-a0db-b4d231bdabb7",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "restore-backup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"backup_id\": \"<string>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "retry-payment",
                    "description": "",
                    "item": [
                        {
                            "id": "394415c2-0327-4b21-8667-74a3811f5b2a",
                            "name": "Retry Payment",
                            "request": {
                                "name": "Retry Payment",
                                "description": {
                                    "content": "Retries a failed or pending payment for an existing order",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "retry-payment"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "28fe3073-0936-48e1-b64c-76e481a18855",
                                    "name": "RetryPayment 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "retry-payment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"invoice_id\": \"<integer>\",\n    \"order_id\": \"<integer>\",\n    \"payment_status\": \"paid\",\n    \"total\": {\n      \"amount\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"prefix\": \"<string>\"\n    }\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "084761b0-eb1b-4f80-a789-cd184518112e",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "retry-payment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fc5f23d0-6047-4527-aaaa-3a1721316044",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "retry-payment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0ad40303-dccc-469a-abf6-aaf7b32c0867",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "retry-payment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9e9dd7f6-fbe8-41c2-9909-3dee7bc9660a",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "retry-payment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b8a82f19-7a92-4af4-9f9d-bba814e053d8",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "retry-payment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a003e196-14ed-4360-b2ec-41a6495ea210",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "retry-payment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6395965d-1d82-4a18-967b-b238755381f8",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "retry-payment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4b227ec8-a253-46f7-a3e1-6dcd472e74f9",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "retry-payment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"order_id\": \"<integer>\",\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "rollback-snapshot",
                    "description": "",
                    "item": [
                        {
                            "id": "b4a69933-6c51-47d9-bab5-1071b33bd3b0",
                            "name": "Rollback Snapshot",
                            "request": {
                                "name": "Rollback Snapshot",
                                "description": {
                                    "content": "Rolls back a VPS to a previous snapshot state",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "rollback-snapshot"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "393126dd-e7e1-40dc-a346-9b308e6ab5ec",
                                    "name": "RollbackSnapshot 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "rollback-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8c4292b9-183d-4cc2-8efe-76d2b4190c78",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "rollback-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "103d7e6c-8913-4e12-b8ee-2d010141289c",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "rollback-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "19be7a8d-56a9-413d-a966-8715e0cca20b",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "rollback-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1e4b5071-7ffa-46c5-8e7a-b2fba789b8dc",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "rollback-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4472f090-07f1-47f5-8c95-408a8da15964",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "rollback-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dac978c8-040c-44a5-ab1a-aaec2ef77362",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "rollback-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6873a30d-6bf6-46c0-a79d-c154fe4c1f32",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "rollback-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ddfab430-1f61-4f24-9ac2-7c9234793b1a",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "rollback-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "shutdown",
                    "description": "",
                    "item": [
                        {
                            "id": "17b667b2-2452-43d4-a4b6-99c061c207c8",
                            "name": "Shutdown Vps",
                            "request": {
                                "name": "Shutdown Vps",
                                "description": {
                                    "content": "Gracefully shutdown a VPS service. Sends ACPI shutdown signal to guest OS",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "shutdown"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "13b68686-44da-4a0e-995d-fe60603ae724",
                                    "name": "ShutdownVps 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0fc53873-5aab-4c8a-99bb-5fb4d7e7aeca",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b2e724bc-d905-4e09-931f-bfde5f866f77",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "91215190-5833-4cd9-9d89-851345a6fb23",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1d6dad4a-5a17-4184-9a7d-84844df217f2",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "63e92f35-9583-498e-84b9-af4b435329c6",
                                    "name": "InvalidStateError 409 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Conflict",
                                    "code": 409,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2891256c-8ae2-4e0e-bc9a-e7bd0dce2675",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "04426bc2-2328-4c32-a69d-17e6661b6dac",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e346f5dd-1697-4496-97b2-dad5395efefe",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a14518e2-16a2-4dd0-90e4-a80b2041ab23",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "shutdown"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "start",
                    "description": "",
                    "item": [
                        {
                            "id": "38e320b9-8552-4804-b4a7-327c0ecbda66",
                            "name": "Start Vps",
                            "request": {
                                "name": "Start Vps",
                                "description": {
                                    "content": "Starts a stopped VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "start"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "bf0d9eef-2eb9-4b0e-8686-95e415d02fca",
                                    "name": "StartVps 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "603ba551-da59-4cd4-ade0-9f2f974fec13",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bdead5fa-3af4-4be4-bcff-4970d15fa040",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "be358215-8e29-489a-843a-e0a7735aac2a",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e5a62b16-d85a-4b02-bbbe-59403c0afce0",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4ed4a1c5-e63d-433e-b35e-cbc0c4a7cb4e",
                                    "name": "InvalidStateError 409 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Conflict",
                                    "code": 409,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0e5c7910-fdf7-41d6-8772-c9946fea3134",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4c7fdadf-067a-4a0f-9853-55431d7ce503",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0173bf6f-1085-4a96-b2fb-90b01a39326c",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1e735486-5f7b-49f4-8043-251000c738fc",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "start"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "stop",
                    "description": "",
                    "item": [
                        {
                            "id": "a36c0fb2-97ea-4326-8868-6b44f35e199a",
                            "name": "Stop Vps",
                            "request": {
                                "name": "Stop Vps",
                                "description": {
                                    "content": "Hard stops a running VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "stop"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "87e6ceab-f22f-4ad1-aa55-9af52a916180",
                                    "name": "StopVps 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5393fb19-5030-4338-80de-5065d24242c0",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0e0d218e-bcb3-4326-90c6-7bdb1f81878c",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bb328a5b-f07b-4c85-81fb-0fb1c4358282",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "695fbc46-b430-4571-8c20-9cbcf0e1c0d8",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bc40af17-7a63-4438-9b61-5fb9dafacd15",
                                    "name": "InvalidStateError 409 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Conflict",
                                    "code": 409,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cc749269-0e9c-4349-aa13-18aecc26aada",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5bd4d506-1266-433d-8472-d2a8562f36f4",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cfe2e1a5-5a72-43c8-9ce3-d202e6faecbd",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7c1791cb-b0c7-4dee-91c5-db3080a2367f",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "stop"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "trigger-reinstall",
                    "description": "",
                    "item": [
                        {
                            "id": "49cc8e5c-fdef-4cac-b6b1-764f8db4c7aa",
                            "name": "Trigger Reinstall",
                            "request": {
                                "name": "Trigger Reinstall",
                                "description": {
                                    "content": "Triggers a VPS reinstallation with the specified OS template",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "trigger-reinstall"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "c3ed8671-2f19-44b2-bc9a-5a4fbd911dc4",
                                    "name": "TriggerReinstall 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "trigger-reinstall"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"task_id\": \"<integer>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2847149c-1f08-4413-a63c-7a83e90325ba",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "trigger-reinstall"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "313e5507-6328-4a07-a579-dcf07d2fa4fa",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "trigger-reinstall"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ac7fcaba-ddc8-42b7-b14f-d4990650b3d6",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "trigger-reinstall"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6ea2890f-90d2-454c-9c6c-820da6cb0605",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "trigger-reinstall"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a88f14f2-ec13-4f68-9d53-a319689d8755",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "trigger-reinstall"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "79f4717e-31d1-4916-b72e-cba49e6948f3",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "trigger-reinstall"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "505a8e37-888c-455c-a959-8a209790a337",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "trigger-reinstall"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1326283a-b169-41b8-9bfb-5c590ea96a8b",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "trigger-reinstall"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"template\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "update-config",
                    "description": "",
                    "item": [
                        {
                            "id": "a634ee72-52f2-424f-a237-3edd483d4d33",
                            "name": "Update Vps Config",
                            "request": {
                                "name": "Update Vps Config",
                                "description": {
                                    "content": "Updates VPS configuration settings such as name, hostname, auto-start, boot order, and CD-ROM",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "update-config"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "f690676b-fa87-4640-a6a6-d7648981de68",
                                    "name": "UpdateVpsConfig 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "fb077d03-662a-4116-957c-d860877b441f",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "dfcf5bb8-9a31-475f-8575-ffc58986eca5",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e9376c6d-249e-4b4a-8493-2b547267ffe8",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d9976476-e433-4841-a6fb-9f2cafa77795",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2381ef48-2784-4a8d-ae4d-49b7ce2665f2",
                                    "name": "InvalidStateError 409 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Conflict",
                                    "code": 409,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5dd7954c-7b1f-4700-ad3e-5796b95bad4e",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "16c61f6d-815d-4e65-9a05-c881f4e059f6",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c5a08818-6f63-421b-bcaf-090619a9ab1b",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "e5ff602a-e23f-4191-b9dd-77902bc9ef2e",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-config"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hostname\": \"<string>\",\n  \"auto_start\": \"<integer>\",\n  \"boot\": \"<string>\",\n  \"ide2\": \"<string>\",\n  \"cdrom\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "update-firewall-rule",
                    "description": "",
                    "item": [
                        {
                            "id": "daa25e47-35b5-4b3f-beff-7c4ea4cef6d1",
                            "name": "Update Firewall Rule",
                            "request": {
                                "name": "Update Firewall Rule",
                                "description": {
                                    "content": "Updates an existing firewall rule for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "update-firewall-rule"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "831eb5ef-cd5e-4ffd-b98d-1249d1132ac7",
                                    "name": "UpdateFirewallRule 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8d0956da-1669-4a6e-a1f0-743685292bab",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "850b8429-dbb8-4ffe-9bd7-191f35e12858",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "73b0255b-c0a6-45e3-a2c1-2edb411df28a",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3fc2d44c-d14c-4839-9bf3-d06e1f74c4bc",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "79c3851e-3ec5-4301-900a-05f6e7fd0bf7",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3c708d81-f798-44fd-b2b0-c736007006c1",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cba10a9b-c8ab-4d54-b80d-23de4a03b2f4",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5746ae95-13a2-4fc5-b028-135fce7a37f1",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-firewall-rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pos\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"rule_action\": \"DROP\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "update-notification",
                    "description": "",
                    "item": [
                        {
                            "id": "578b67ab-845b-4daf-9fad-ae76dec355e1",
                            "name": "Update Notification",
                            "request": {
                                "name": "Update Notification",
                                "description": {
                                    "content": "Updates an existing notification for a VPS service with customizable thresholds for CPU, memory, network, and disk metrics",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "update-notification"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "44808bf0-44bc-4f7a-9940-c5827d710c71",
                                    "name": "UpdateNotification 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"notification\": {\n      \"condition_key\": \"<string>\",\n      \"hosting_id\": \"<integer>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"period\": \"<integer>\",\n      \"threshold\": \"<integer>\",\n      \"timeframe\": \"<integer>\",\n      \"enabled\": \"<boolean>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\"\n    }\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9b183bf1-d886-40ea-b5f8-b7fdc884f3ee",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c57f679a-680a-4a18-bf70-9d7c211748aa",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c212c8d6-d8bd-4611-a34b-a664299138f1",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1c28cf3b-fe54-4a6e-b6d2-7235b6c900c4",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "885ea160-64d2-4280-a26c-4fdc8e89ff26",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6fbdc91c-45cd-4339-9fd6-3ce4efd3f0b0",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "8c60edfa-3902-4355-bd6a-2c3825802cf1",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9bbaf57e-69ef-4e7a-bd6e-5d58e99e4b89",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-notification"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"notification_id\": \"<integer>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"false\",\n  \"notification_interval\": \"<integer>\",\n  \"data_timeframe\": \"<integer>\",\n  \"exceed_all\": \"<boolean>\",\n  \"email_address\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cpu_usage\": \"<integer>\",\n  \"memory_usage\": \"<integer>\",\n  \"network_traffic\": \"<integer>\",\n  \"disk_read\": \"<integer>\",\n  \"disk_write\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "update-power-task",
                    "description": "",
                    "item": [
                        {
                            "id": "8756856a-556c-4396-8853-b9205e1279d8",
                            "name": "Update Power Task",
                            "request": {
                                "name": "Update Power Task",
                                "description": {
                                    "content": "Updates an existing power task (scheduled start/stop/restart operation) for a VPS service",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "update-power-task"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "c0749e7d-07ca-4f13-ad72-376e89692c27",
                                    "name": "UpdatePowerTask 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\",\n    \"task\": {\n      \"action\": \"<string>\",\n      \"days\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"hosting_id\": \"<integer>\",\n      \"id\": \"<integer>\",\n      \"job_time\": \"<string>\",\n      \"job_type\": \"<string>\",\n      \"start\": \"<string>\",\n      \"description\": \"<string>\",\n      \"end\": \"<string>\",\n      \"last_run\": \"<string>\"\n    }\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2434761d-f4f7-44b8-8848-c37ba63ad7d3",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "756912f8-d9aa-4f19-b985-f69b61a344bf",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d8813d79-25f9-4b73-83f9-42e6c6503c51",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ab77b723-8ee0-4ab9-86b9-659a7c9b9626",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d86d235d-c58a-4c9a-ae67-0d7ba48783e5",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c843623c-ebe9-4c53-a9ed-1733317be10f",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b7ffe5e9-656d-4fba-9137-f15e031c13fe",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "00b23366-9a34-4ab7-86b9-b3fd7582fce9",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-power-task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"task_id\": \"<integer>\",\n  \"power_task_action\": \"<string>\",\n  \"start_date\": \"5139-60-45\",\n  \"description\": \"<string>\",\n  \"start_time\": \"20:43\",\n  \"end_date\": \"2899-71-80\",\n  \"end_time\": \"03:26\",\n  \"job_type\": \"oneTime\",\n  \"job_time\": \"8:33:52\",\n  \"job_hour\": \"<integer>\",\n  \"job_minutes\": \"<integer>\",\n  \"days\": [\n    \"mon\",\n    \"fri\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "update-snapshot",
                    "description": "",
                    "item": [
                        {
                            "id": "ccac81f5-60ed-4cb5-ad9c-1281fc693d14",
                            "name": "Update Snapshot",
                            "request": {
                                "name": "Update Snapshot",
                                "description": {
                                    "content": "Updates a snapshot's metadata",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "update-snapshot"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "9772c8d6-91d5-4476-925e-4282e132a072",
                                    "name": "UpdateSnapshot 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"message\": \"<string>\"\n  },\n  \"status\": \"error\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6b66f508-0235-4058-9734-bece480eef94",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "db6c6d56-a0b5-428f-9abd-ae66be1fdffa",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a3f17ef9-ac74-4807-8740-ad82a3a58296",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "7d2616fd-0fe9-4775-ba7b-5935be9907c2",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "df40f656-1b4b-4d90-a642-e06f1b7ea861",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5edc33ad-b79f-4d7e-b04c-7f489bb42f4c",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bf6fa657-0db9-499f-ac47-abbb78221625",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "4db81def-d049-446e-941d-f7c8ab5e5606",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"service_id\": \"<string>\",\n  \"snapshot_name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "update-snapshot-job",
                    "description": "",
                    "item": [
                        {
                            "id": "018fc15e-d810-432a-afe9-5299865dd2c4",
                            "name": "Update Snapshot Job",
                            "request": {
                                "name": "Update Snapshot Job",
                                "description": {
                                    "content": "Updates an existing snapshot job. Only provide fields you want to change.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "update-snapshot-job"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "2ef6c338-4f9c-423e-ae33-d041ed7afed6",
                                    "name": "UpdateSnapshotJob 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"job\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"period\": \"hourly\",\n      \"hosting_id\": \"<integer>\",\n      \"vm_id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"vmstate\": \"<boolean>\",\n      \"run_every\": \"<integer>\",\n      \"days\": [\n        \"mon\",\n        \"fri\"\n      ],\n      \"start_time\": \"<string>\"\n    },\n    \"message\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c8737f06-bf24-4c8b-88a7-8ff38ffaab80",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "97acc38a-4511-4347-ac72-c370afcb9413",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0f5f3fb6-389c-4187-bf48-ef1fe119110b",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "5e4fbf8d-1869-455a-8d25-039344b7329f",
                                    "name": "ResourceNotFoundError 404 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9d6852e6-7dd5-4ddc-b80a-76031a92cf42",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "ee622811-bc51-463b-b822-6f3896c915e4",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "bd6d83fd-a8d8-41ee-af26-2af25d24aff5",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "62451c82-f711-4077-a35f-380e7b41782f",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "update-snapshot-job"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"job_id\": \"<string>\",\n  \"service_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"vmstate\": \"<boolean>\",\n  \"period\": \"hourly\",\n  \"run_every\": \"<integer>\",\n  \"days\": [\n    \"tue\",\n    \"thu\"\n  ],\n  \"start_time\": \"16:43\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "validate-pricing",
                    "description": "",
                    "item": [
                        {
                            "id": "e646f0ef-b933-4ad0-ae6c-fba36fe1b711",
                            "name": "Validate Pricing",
                            "request": {
                                "name": "Validate Pricing",
                                "description": {
                                    "content": "Validates pricing for one or more VPC service products, returning per-product breakdown and order summary",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "vps",
                                        "validate-pricing"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"annually\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "5dda6ba0-ff38-4714-bab5-d7131da6cb42",
                                    "name": "ValidatePricing 200 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "validate-pricing"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"annually\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {\n    \"currency\": {\n      \"code\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"prefix\": \"<string>\",\n      \"suffix\": \"<string>\"\n    },\n    \"errors\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"products\": [\n      {\n        \"billing_cycle\": \"<string>\",\n        \"line_total\": \"<string>\",\n        \"line_total_before_discount\": \"<string>\",\n        \"name\": \"<string>\",\n        \"pid\": \"<integer>\",\n        \"plan_id\": \"<integer>\",\n        \"prorata\": {\n          \"applied\": \"<boolean>\",\n          \"amount\": \"<string>\",\n          \"date\": \"<string>\",\n          \"invoice_date\": \"<string>\",\n          \"days\": \"<integer>\"\n        },\n        \"recurring_price\": {\n          \"after_discount\": \"<string>\",\n          \"before_discount\": \"<string>\",\n          \"discount\": \"<string>\"\n        },\n        \"discount\": {\n          \"amount\": \"<string>\",\n          \"applied\": \"<boolean>\",\n          \"apply_once\": \"<boolean>\",\n          \"recurring_amount\": \"<string>\",\n          \"code\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        \"breakdown\": {\n          \"base\": {\n            \"recurring\": \"<string>\",\n            \"setup\": \"<string>\"\n          },\n          \"configuration\": [\n            {\n              \"name\": \"<string>\",\n              \"selected\": \"\",\n              \"type\": \"<string>\",\n              \"option_id\": \"<integer>\",\n              \"selected_name\": \"<string>\",\n              \"plan_config\": {\n                \"cpu\": \"<integer>\",\n                \"ram\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"backups\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              },\n              \"pricing\": {\n                \"price\": \"<string>\",\n                \"setup\": \"<string>\"\n              },\n              \"price\": \"<string>\",\n              \"setup\": \"<string>\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"selected\": \"\",\n              \"type\": \"<string>\",\n              \"option_id\": \"<integer>\",\n              \"selected_name\": \"<string>\",\n              \"plan_config\": {\n                \"cpu\": \"<integer>\",\n                \"ram\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"backups\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              },\n              \"pricing\": {\n                \"price\": \"<string>\",\n                \"setup\": \"<string>\"\n              },\n              \"price\": \"<string>\",\n              \"setup\": \"<string>\"\n            }\n          ],\n          \"setup_total\": \"<string>\"\n        }\n      },\n      {\n        \"billing_cycle\": \"<string>\",\n        \"line_total\": \"<string>\",\n        \"line_total_before_discount\": \"<string>\",\n        \"name\": \"<string>\",\n        \"pid\": \"<integer>\",\n        \"plan_id\": \"<integer>\",\n        \"prorata\": {\n          \"applied\": \"<boolean>\",\n          \"amount\": \"<string>\",\n          \"date\": \"<string>\",\n          \"invoice_date\": \"<string>\",\n          \"days\": \"<integer>\"\n        },\n        \"recurring_price\": {\n          \"after_discount\": \"<string>\",\n          \"before_discount\": \"<string>\",\n          \"discount\": \"<string>\"\n        },\n        \"discount\": {\n          \"amount\": \"<string>\",\n          \"applied\": \"<boolean>\",\n          \"apply_once\": \"<boolean>\",\n          \"recurring_amount\": \"<string>\",\n          \"code\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        \"breakdown\": {\n          \"base\": {\n            \"recurring\": \"<string>\",\n            \"setup\": \"<string>\"\n          },\n          \"configuration\": [\n            {\n              \"name\": \"<string>\",\n              \"selected\": \"\",\n              \"type\": \"<string>\",\n              \"option_id\": \"<integer>\",\n              \"selected_name\": \"<string>\",\n              \"plan_config\": {\n                \"cpu\": \"<integer>\",\n                \"ram\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"backups\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              },\n              \"pricing\": {\n                \"price\": \"<string>\",\n                \"setup\": \"<string>\"\n              },\n              \"price\": \"<string>\",\n              \"setup\": \"<string>\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"selected\": \"\",\n              \"type\": \"<string>\",\n              \"option_id\": \"<integer>\",\n              \"selected_name\": \"<string>\",\n              \"plan_config\": {\n                \"cpu\": \"<integer>\",\n                \"ram\": \"<integer>\",\n                \"disk\": \"<integer>\",\n                \"bandwidth\": \"<integer>\",\n                \"backups\": \"<integer>\",\n                \"snapshots\": \"<integer>\"\n              },\n              \"pricing\": {\n                \"price\": \"<string>\",\n                \"setup\": \"<string>\"\n              },\n              \"price\": \"<string>\",\n              \"setup\": \"<string>\"\n            }\n          ],\n          \"setup_total\": \"<string>\"\n        }\n      }\n    ],\n    \"summary\": {\n      \"discount_total\": \"<string>\",\n      \"subtotal\": \"<string>\",\n      \"total_due\": \"<string>\",\n      \"recurring\": {\n        \"after_discount\": \"<string>\",\n        \"before_discount\": \"<string>\",\n        \"discount\": \"<string>\"\n      },\n      \"prorata_total\": \"<string>\",\n      \"promo_applied\": \"<string>\"\n    }\n  },\n  \"status\": \"success\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "28779ba8-800f-4df8-9cb1-c6c6ffa32b02",
                                    "name": "BadRequestError 400 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "validate-pricing"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"annually\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "74a303df-5b69-4e1d-97c3-910f6b432afc",
                                    "name": "UnauthorizedError 401 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "validate-pricing"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"annually\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "001d2ff8-11d2-473e-889e-5cebf838df7a",
                                    "name": "ForbiddenError 403 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "validate-pricing"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"annually\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6341cf80-0438-4f84-952d-22a8916be7c1",
                                    "name": "ValidationError 422 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "validate-pricing"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"annually\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1ffcc1ed-869b-4fcf-a86a-eae9dc42629e",
                                    "name": "TooManyRequestsError 429 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "validate-pricing"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"annually\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "487f782b-43b3-4ae4-a4c0-dcd14ee94ffd",
                                    "name": "InternalServiceError 500 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "validate-pricing"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"annually\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a7a494b4-a72f-47e3-a98c-0666cb857ae0",
                                    "name": "ServiceUnavailableError 503 response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "vps",
                                                "validate-pricing"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"products\": [\n    {\n      \"billing_cycle\": \"annually\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    },\n    {\n      \"billing_cycle\": \"monthly\",\n      \"config_options\": \"\",\n      \"pid\": \"<integer>\",\n      \"plan_id\": \"<integer>\",\n      \"hostname\": \"<string>\"\n    }\n  ],\n  \"promo\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of seconds to wait before retrying",
                                                "type": "text/plain"
                                            },
                                            "key": "Retry-After",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "body": "{\n  \"data\": {},\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "type": "any",
                "value": "{{bearerToken}}",
                "key": "token"
            }
        ]
    },
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://api.hostafrica.com"
        }
    ],
    "info": {
        "_postman_id": "1df11b54-5097-488e-9ec1-7eb43bd3055d",
        "name": "HostAfricaApi",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "HostAfrica’s Public API provides reliable, programmatic control over VPS services with a broad set of industry-standard API developer tools. \nAs well as a RESTful API we provide a CLI and SDKs for a variety of languages as automation building blocks and a streamable MCP server for agent-driven, context-aware automation.\n\n## Authentication\nAuthentication is token-based and all endpoints require a Bearer token in the `Authorization` header:\n```\nAuthorization: Bearer <your-token>\n```\n\n\nAPI base URL is https://api.hostafrica.com/\n\n## Token generation\nYou can obtain a token for the API by logging into the HostAfrica Client Area page at https://panel.hostafrica.com/login with your HostAfrica account.\nIt can be configured in the API settings section of the Client Area.\nThe token will have the same privileges as the owning client. You can also rotate or revoke a token at any time in the same section of the Client Area.\n\n## Rate Limiting\nThe number of requests to the API per time period is limited. If you exceed this limit you will receive a `429 Too Many Requests` error.\nOur provided SDKs and CLI will automatically retry certain requests and these settings can be overridden.\nYour IP address may get temporarily blocked if you exceed the rate limit too often.\n\n## Error Handling\nStandard HTTP status code responses are returned for requests and the JSON response body contains human-readable messages for both successful and failed requests. \n\n## Developer Tools\nWe provide repositories with SDKs and code examples for a variety of languages, a CLI and a streamble MCP server.\n- CLI: https://github.com/hostafrica/ha-cli\n- Node/TypeScript: https://github.com/hostafrica-dev/ha-sdk-typescript\n- Python: https://github.com/hostafrica/ha-sdk-python\n- Go: https://github.com/hostafrica/ha-sdk-go\n- PHP: https://github.com/hostafrica/ha-sdk-php\n- Java: https://github.com/hostafrica/ha-sdk-java (coming soon)\n- C#: https://github.com/hostafrica/ha-sdk-csharp (coming soon)\n- Ruby: https://github.com/hostafrica/ha-sdk-ruby (coming soon)\n- Rust: https://github.com/hostafrica/ha-sdk-rust (coming soon)\n- Postman collection: https://api.hostafrica.com/docs/hostafrica-api.postman-collection.json\n\n## MCP Server\nWe provide a streamable MCP server that can be used to interact with the API. We provide two endpoints.\nThe first endpoint is https://api.hostafrica.com/mcp and it uses the same authentication mechanism as the API.\nThis endpoint is suitable for use with MCP clients that support the Bearer token authentication mechanism.\nThe second endpoint is https://mcp.hostafrica.com/mcp which is an OAuth 2.0 endpoint.\nIt is compliant with OAuth-compliant MCP clients including https://claude.ai (web) and Claude desktop.\nWhen using the OAuth 2.0 endpoint, you will be asked to authenticate with your HostAfrica API token.\n\n## Changelog\nWe will provide a changelog for the API with each major release.\n\n\n\n\n\n### Support and Feedback\nFor questions, bugs and feature requests specifically related to the API please create an issue[link] or discussion[link] on the repository.\n\nFor general support and feedback, please contact us at support@hostafrica.com.",
            "type": "text/plain"
        }
    }
}